layout/reftests/first-letter/441418-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>
     3 <head>
     4 <style>
     5 p { width:0; color:black; }
     6 p::first-letter { color:yellow; }
     7 p.pre { white-space:pre; }
     8 </style>
     9 </head>
    10 <body>
    11 <p class="pre">
    12 Hello
    13 <p class="pre">"
    14 Hello
    15 <p>"
    16 Hello
    17 </body>
    18 </html>

mercurial