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
Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git]
/
layout
/
reftests
/
text-decoration
/
dynamic-underline-vertical-align-quirks-1-ref.html
blob
915f3a7bb8f79c1406e563b4096346c8d4845b41
1
<html>
2
<head>
3
<style>
4
.underline {
5
text-decoration: underline;
6
}
7
.align-bottom {
8
vertical-align: bottom;
9
}
10
.align-top {
11
vertical-align: top;
12
}
13
</style>
14
</head>
15
<body>
16
<p
class
=
"underline"
>
17
<span
class
=
"align-bottom"
>
This
</span>
line has a bottom vertical align span.
<br />
18
<span
class
=
"align-top"
>
This
</span>
line has a top vertical align span.
19
</p>
20
</body>
21
</html>