layout/tables/crashtests/450311-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><style type="text/css" id="s"></style>
     4 <script type="text/javascript">
     6 function boom()
     7 {
     8   document.getElementById("x").style.cssFloat = "";
     9   document.getElementById("s").textContent = "span { margin: -9684px; word-spacing: 31851153225in; }";
    10 }
    12 </script>
    13 </head>
    15 <body onload="boom();">
    17 <table>
    18   <tr><td colspan="2"></td></tr>
    19   <tr><td><span>1 2 3</span></td><td id="x" style="float: right;"><span>4 5 6</span></td></tr>
    20 </table>
    22 </body>
    23 </html>

mercurial