layout/reftests/first-letter/958249.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><head>
     3   <meta charset="utf-8">
     4   <title>Bug 958249 test 1</title>
     5   <style>
     6         html,body {
     7             color:black; background-color:white; font-size:16px;
     8         }
    10 .logo::first-letter {
    11   border:2px solid;
    12 }
    14 .logo2::first-letter {
    15   float:left;
    16   border:2px solid;
    17 }
    19 </style>
    20 <body>
    21 <div class="logo">P&nbsp;</div>
    22 <br clear="all">
    23 <div class="logo2">P&nbsp;</div>
    24 </body></html>

mercurial