layout/reftests/bugs/372553-1-ref.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>
     5 <style>
     7 body {
     8   width: 5em;
     9   font-family: monospace;
    10   border: 1px solid yellow; 
    11 }
    13 body:first-letter { 
    14   color: blue; 
    15 }
    17 </style>
    19 </head>
    20 <body>
    22 <span><span></span>Bbbbbbbbbbbbbb<span></span></span>
    24 </body>
    25 </html>

mercurial