Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git] / layout / reftests / text-decoration / vertical-mode-decorations-2-ref.html
bloba410fa3bc6c58fb1b151ce16eb6737df73908c32
1 <!DOCTYPE html>
2 <head>
3 <meta charset=utf-8>
4 <style>
5 body { font: 32px Arial, sans-serif; margin: 20px; color: transparent; }
6 div { block-size: 10em; inline-size: 10em; margin: 0; padding: 10px;
7 text-align: center; background: #eee; }
8 .a { text-decoration: blue solid underline line-through overline; }
9 .c { text-decoration: green double underline line-through overline; }
10 </style>
11 </head>
12 <body>
13 <div style="transform: rotate(-90deg);">
14 hello <span class=a>hello</span> <span class=c>hello</span>
15 </div>