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 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git]
/
layout
/
reftests
/
text-decoration
/
1133392-ref.html
blob
ad933fb17700a7e5e67d80e128fcf33008b599aa
1
<!DOCTYPE
HTML
>
2
<html>
3
<title>
reftest, bug
1133392
</title>
4
<style>
5
6
p
>
span {
7
text-decoration: underline;
8
}
9
10
p
>
span
>
span {
11
vertical-align: -
2
em;
12
}
13
14
</style>
15
16
<p
class
=
"state-one"
><span>
This text
<br>
17
has
<span>
an underline
</span>
.
</span></p>