mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Add a crashtest
This commit is contained in:
parent
8ddee95952
commit
f128056e1e
21
layout/tables/crashtests/351327-1.xhtml
Normal file
21
layout/tables/crashtests/351327-1.xhtml
Normal file
@ -0,0 +1,21 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<body onload="var doomed = document.getElementById('doomed'); doomed.parentNode.removeChild(doomed); ">
|
||||
|
||||
<table id="table1" style="border-collapse: collapse;">
|
||||
<tbody>
|
||||
<tr>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="doomed">
|
||||
<tr>
|
||||
<td>td</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<colgroup>
|
||||
</colgroup>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -14,6 +14,7 @@ load 347725-1.xhtml
|
||||
load 348977-1.xhtml
|
||||
load 350524-1.xhtml
|
||||
load 351326-1.xhtml
|
||||
load 351327-1.xhtml
|
||||
load 351328-1.xhtml
|
||||
load 351628-1.xhtml
|
||||
load 358679-1.xhtml
|
||||
|
Loading…
x
Reference in New Issue
Block a user