Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / 1415214.html
blob90f9b2dbcb63a47779edbf23b84db6fc9540d11f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <title>clip-rect-correctness</title>
6 <style>
7 p {
8 font-size: 4px;
10 </style>
11 </head>
12 <body>
13 <p style="position: fixed; bottom: 0; margin: 0">
14 <span style="text-decoration: underline overline line-through">link1</span>
15 <span style="text-decoration: underline overline line-through">link2</span>
16 </p>
17 </body>
18 </html>