layout/reftests/first-letter/429968-2a.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 body { white-space:pre; color:black; }
     6 #inner::first-letter { color:lime; }
     7 </style>
     8 </head>
     9 <body><div id="inner"><span id="s">
    10 </span>AB</div></body>
    11 <script>
    12 document.body.offsetTop;
    13 document.getElementById("s").textContent = "";
    14 </script>
    15 </html>

mercurial