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-notref.html
blob
90431b9a82d8cd97ad166baef8bb44879f8b5ba1
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
}
12
</style>
13
</head>
14
<body>
15
<p>
16
<span>
abcxyz
</span>
17
</p>
18
</body>
19
</html>