repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1800044 [wpt PR 36907] - Fix same URL navigation test, a=testonly
[gecko.git]
/
layout
/
reftests
/
css-valuesandunits
/
unit-rem-ref.html
blob
afcdb91ad6b69e83590fa54f103e68887364d281
1
<style>
2
:root { font-size:
20
px }
3
body { font-size:
25
px }
4
div {
5
font-size:
30
px;
6
width:
300
px;
7
}
8
#a {
9
border-bottom:
1
px solid #f00;
10
}
11
</style>
12
13
<body>
Level
1
<div
id=a
>
Level
2
<div
id=b
>
Level
3
</div></div></body>