Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / 1133392-ref.html
blobad933fb17700a7e5e67d80e128fcf33008b599aa
1 <!DOCTYPE HTML>
2 <html>
3 <title>reftest, bug 1133392</title>
4 <style>
6 p > span {
7 text-decoration: underline;
10 p > span > span {
11 vertical-align: -2em;
14 </style>
16 <p class="state-one"><span>This text<br>
17 has <span>an underline</span>.</span></p>