layout/reftests/text-decoration/text-decoration-zorder-1-standards.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
michael@0 2 "http://www.w3.org/TR/html4/strict.dtd">
michael@0 3 <html lang="en-US">
michael@0 4 <head>
michael@0 5 <title></title>
michael@0 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
michael@0 7 <meta http-equiv="Content-Style-Type" content="text/css">
michael@0 8 <style type="text/css">
michael@0 9
michael@0 10 body { background: white; }
michael@0 11
michael@0 12 p.serif { font-family: serif; left: 20px; }
michael@0 13 p.sans { font-family: sans-serif; left: 220px; }
michael@0 14
michael@0 15 p {
michael@0 16 margin: 0;
michael@0 17 position: absolute;
michael@0 18 font-weight: bold;
michael@0 19 font-size: 50px;
michael@0 20 color: fuchsia;
michael@0 21 }
michael@0 22
michael@0 23 span { color: blue; }
michael@0 24
michael@0 25 p.under { text-decoration: underline; top: 25px; }
michael@0 26 p.over { text-decoration: overline; top: 125px; }
michael@0 27 p.through { text-decoration: line-through; top: 225px; }
michael@0 28
michael@0 29 </style>
michael@0 30 </head>
michael@0 31 <body>
michael@0 32
michael@0 33 <p class="serif under"><span>&Aacute;p|/</span></p>
michael@0 34
michael@0 35 <p class="serif over"><span>&Aacute;p|/</span></p>
michael@0 36
michael@0 37 <p class="serif through"><span>&Aacute;p|/</span></p>
michael@0 38
michael@0 39 <p class="sans under"><span>&Aacute;p|/</span></p>
michael@0 40
michael@0 41 <p class="sans over"><span>&Aacute;p|/</span></p>
michael@0 42
michael@0 43 <p class="sans through"><span>&Aacute;p|/</span></p>
michael@0 44
michael@0 45 </body>
michael@0 46 </html>

mercurial