layout/reftests/table-anonymous-boxes/371054-1.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     <script>
     5       function doTest() {
     6         document.getElementById("t").style.display = "table-row";
     7       }
     8     </script>
     9   </head>
    10   <body onload="doTest()">
    11     <table style="border-collapse: collapse">
    12       <tr style="display: block; border: 5px solid">
    13         <td>LongLongLong</td>
    14       </tr>
    15       <tr style="display: none; border: 5px solid" id="t">
    16         <td>Short</td>
    17       </tr>
    18     </table>
    19   </body>
    20 </html>

mercurial