layout/reftests/text-decoration/676538-1.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 <!DOCTYPE html>
     2 <html lang="en-US">
     3 <head>
     4 <title>text-decoration alignment</title>
     5 <meta charset=UTF-8>
     6 <style>
     8 p, span { text-decoration: underline }
     9 span { vertical-align: 8px }
    10 p > span { color: fuchsia }
    11 p > span > span { color: aqua }
    13 em { font-style: normal; font-size: 5em }
    15 </style>
    16 </head>
    17 <body>
    19 <p>x<span>x<span>x</span></span></p>
    21 </body>
    22 </html>

mercurial