no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text-decoration / vertical-mode-decorations-1.html
blob2c14b80b1328b2c5a08ad260d194b92f389527ff
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="writing-mode:sideways-rl;">
14 hello <span class=a>hello</span> <span class=c>hello</span>
15 </div>