layout/base/crashtests/385866-1.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:f8b2f1527682
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3
4 <style>
5 div, col { counter-reset: chicken; }
6 </style>
7
8 <script>
9 function boom()
10 {
11 var col = document.getElementById("col");
12 col.parentNode.removeChild(col);
13 }
14 </script>
15
16 </head>
17
18 <body onload="boom();">
19
20 <div><col id="col" span="2"></col></div>
21
22 </body>
23 </html>

mercurial