layout/tables/crashtests/343588-1.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     4 <script>
     6 function boo()
     7 {
     8   document.getElementById("td46").setAttribute("rowspan", 3);
     9   document.getElementById("tbody6").appendChild(document.createTextNode('X'));
    10 }
    12 window.addEventListener("load", boo, false);
    14 </script>
    17 </head>
    18 <body>
    20 <table border="1">
    21  <tbody id="tbody6">
    22   <tr id="tr7">
    23    <td>A</td>
    24    <td>B</td>
    25    Y
    26   </tr>
    27   <tr>
    28    <td>C</td>
    29    <td id="td46">D</td>
    30   </tr>
    31  </tbody>
    32 </table>
    34 </body>
    35 </html>

mercurial