layout/style/crashtests/558943-1.xhtml

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
     2 <head>
     3 <style>
     4 .x:first-line { }
     5 .y { }
     6 </style>
     7 </head>
     8 <body onload="setTimeout(function(){  document.documentElement.className = 'y'; }, 0)">
     9 <td class="x"><a href="#">Link</a></td>
    10 </body>
    11 </html>

mercurial