layout/reftests/bugs/586400-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   <style>
     5     div.spacer {width:20px; height: 20px;}
     6     table {background-color: lime;}
     7     td {background-color: green;}
     8   </style>
     9   <script>
    10     function testIt() {
    11       document.body.offsetWidth;
    12       var table = document.getElementsByTagName("TABLE")[0];
    13       table.setAttribute("cellpadding", "30px");
    14     }
    15   </script>
    16   </head>
    17   <body onload="testIt();">
    18     <table><tr>
    19         <td> <div class="spacer"></div> </td></tr>
    20     </table>
    21   </body>
    22 </html>

mercurial