Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / dynamic-underline-vertical-align-standards-2-ref.html
blobfb465cce22b3fde160c2bca0867fb27519b43727
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .underline {
6 text-decoration: underline;
8 .align-bottom {
9 vertical-align: bottom;
11 .align-top {
12 vertical-align: top;
14 </style>
15 </head>
16 <body>
17 <p class="underline">
18 <span class="align-bottom">This line has only a bottom vertical align span.</span> <br />
19 <span class="align-top">This line has a top vertical align span.</span>
20 </p>
21 </body>
22 </html>