Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / 1415214-notref.html
blob0e59f2b66367fffbf1a9d0baa69e5f2591935b9f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <title>clip-rect-correctness-ref</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>link1</span>
15 <span>link2</span>
16 </p>
17 </body>
18 </html>