Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / 1159729-offset-adjustment-notref.html
blob90431b9a82d8cd97ad166baef8bb44879f8b5ba1
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;
9 span {
10 background: black;
12 </style>
13 </head>
14 <body>
15 <p>
16 <span>abcxyz</span>
17 </p>
18 </body>
19 </html>