summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/237421-1.html
blob: 77cb1316c3564c25a278c0137636077ab3b37777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
   <head>
      <title>bug 237421: test1</title>
   </head>
   <body>
      <table>
         <tr id="foo"><td></td></tr>
         <tr><td colspan="2"></td></tr>
      </table>
      <script>
         document.getElementById("foo").style.display="table-row";
         document.getElementById("foo").style.display="none";
      </script>
   </body>
</html>