Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git] / layout / reftests / text-decoration / 676538-1.html
blob837f99abfa3ac78c947af2cac3274ed24a4e4c00
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <title>text-decoration alignment</title>
5 <meta charset=UTF-8>
6 <style>
8 p, span { text-decoration: underline }
9 span { vertical-align: 8px }
10 p > span { color: fuchsia }
11 p > span > span { color: aqua }
13 em { font-style: normal; font-size: 5em }
15 </style>
16 </head>
17 <body>
19 <p>x<span>x<span>x</span></span></p>
21 </body>
22 </html>