no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text-decoration / 1159729-offset-adjustment.html
blobcf05dd18808ad5477adc1c3face56f09a9bb5958
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style type="text/css">
6 p {
7 font: 12px Impact, Times, serif;
9 span {
10 background: black;
11 text-decoration: overline;
12 text-decoration-style: wavy;
14 </style>
15 </head>
16 <body>
17 <p>
18 <span>abcxyz</span>
19 </p>
20 </body>
21 </html>