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
/
1159729-offset-adjustment.html
blob
cf05dd18808ad5477adc1c3face56f09a9bb5958
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style
type
=
"text/css"
>
6
p
{
7
font
:
12px
Impact
,
Times
,
serif
;
8
}
9
span
{
10
background
:
black
;
11
text-decoration
:
overline
;
12
text-decoration-style
:
wavy
;
13
}
14
</style>
15
</head>
16
<body>
17
<p>
18
<span>
abcxyz
</span>
19
</p>
20
</body>
21
</html>