layout/reftests/bugs/490173-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 <body onload="document.getElementById('c1').style.display = '';">
     4   <table border="1">
     5     <colgroup>
     6       <col id="c1" width="200" style="display: block">
     7     </colgroup>
     8     <tr><td>Foo</tr></td>
     9   </table>
    10 </body>
    11 </html>

mercurial