layout/reftests/text-decoration/text-decoration-zorder-1-quirks.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.

     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;
    19 	}
    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>

mercurial