Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git] / layout / reftests / text-decoration / text-decoration-zorder-1-quirks.html
blob18eaeba0d8939701db65f2bd70c61d95e8bfbbcc
1 <html lang="en-US">
2 <head>
3 <title></title>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <style type="text/css">
8 body { background: white; }
10 p.serif { font-family: serif; left: 20px; }
11 p.sans { font-family: sans-serif; left: 220px; }
13 p {
14 margin: 0;
15 position: absolute;
16 font-weight: bold;
17 font-size: 50px;
18 color: fuchsia;
21 span { color: blue; }
23 p.under { text-decoration: underline; top: 25px; }
24 p.over { text-decoration: overline; top: 125px; }
25 p.through { text-decoration: line-through; top: 225px; }
27 </style>
28 </head>
29 <body>
31 <p class="serif under"><span>&Aacute;p|/</span></p>
33 <p class="serif over"><span>&Aacute;p|/</span></p>
35 <p class="serif through"><span>&Aacute;p|/</span></p>
37 <p class="sans under"><span>&Aacute;p|/</span></p>
39 <p class="sans over"><span>&Aacute;p|/</span></p>
41 <p class="sans through"><span>&Aacute;p|/</span></p>
43 </body>
44 </html>