Some additional tests for 'rem' unit from css3-values. (Bug 472195)

This commit is contained in:
L. David Baron 2009-01-20 13:58:48 -08:00
Родитель 01dca56c79
Коммит ac63f0ffe2
4 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -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