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 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
text
/
sub-sup-and-line-height-ref.html
blob
168159b2a6f8c9145cef08a422c8e92538fe73ff
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"UTF-8"
>
5
<style>
6
p { line-height:
44
px; }
7
sub, sup { vertical-align: top; }
8
</style>
9
</head>
10
<body>
11
<p>
Test
<sup
style
=
"line-height: inherit"
>
Test
</sup><sub
style
=
"line-height: inherit"
>
Test
</sub></p>
12
</body>
13
</html>
14
15