зеркало из https://github.com/mozilla/gecko-dev.git
Some additional tests for 'rem' unit from css3-values. (Bug 472195)
This commit is contained in:
Родитель
01dca56c79
Коммит
ac63f0ffe2
|
@ -3,5 +3,6 @@
|
|||
== unit-rem-div-width-outer.html unit-rem-ref.html
|
||||
== unit-rem-iframe.html unit-rem-ref-iframe.html
|
||||
== unit-rem-root-fontsize.html unit-rem-ref-root-fontsize.html
|
||||
== unit-rem-root-fontsize.html unit-rem-ref2-root-fontsize.html
|
||||
== unit-rem-root-width.html unit-rem-ref-root-width.html
|
||||
== unit-rem.svg unit-rem-ref.svg
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
<style>
|
||||
body {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>Hello</body>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Copy of 473892-1.html for bug 472195</title>
|
||||
<style type="text/css">
|
||||
|
||||
@media (min-width: 5rem) { body { color: green; } }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
|
@ -25,6 +25,7 @@ load 448161-2.html
|
|||
load 456196.html
|
||||
load 460217-1.html
|
||||
load 466845-1.html
|
||||
load 472195-1.html
|
||||
HTTP(..) load 472237-1.html
|
||||
load 473720-1.html
|
||||
load 473892-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче