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-standards-1-ref.html
blob
01ba4d9b6c961d5f578aa0566a74ac0f87ed9098
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.underline {
6
text-decoration: underline;
7
}
8
.align-bottom {
9
vertical-align: bottom;
10
}
11
.align-top {
12
vertical-align: top;
13
}
14
</style>
15
</head>
16
<body>
17
<p
class
=
"underline"
>
18
<span
class
=
"align-bottom"
>
This
</span>
line has a bottom vertical align span.
<br />
19
<span
class
=
"align-top"
>
This
</span>
line has a top vertical align span.
20
</p>
21
</body>
22
</html>