layout/reftests/first-letter/229764-2.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 type="text/css">
     5    p:first-letter {
     6     float: left;
     7    }
     8   </style>
     9   <title>a first-letter testcase</title>
    10   <script type="text/javascript">
    11   window.onload = function() {
    12    document.getElementsByTagName("style")[0].disabled = true;
    13   }
    14   </script>
    15  </head>
    16  <body>
    17   <p>Lorem ipsum dolor sit amet.</p>
    18  </body>
    19 </html>

mercurial