Blame layout/base/crashtests/330015-1.html

Packit f0b94e
<html><head style="display: table-row;">
Packit f0b94e
<title>Testcase bug 330015 - Crash with display: table-column-group, table-row, table-column, etc</title>
Packit f0b94e
<link style="display: table-row;">
Packit f0b94e
<link style="display: block;">
Packit f0b94e
<link style="display: table-column;">
Packit f0b94e
<link style="display: table-column-group;">
Packit f0b94e
</head>
Packit f0b94e
<body>
Packit f0b94e
Mozilla should not crash on this page.
Packit f0b94e
<script>
Packit f0b94e
document.getElementsByTagName('head')[0].style.display = '';
Packit f0b94e
document.getElementsByTagName('link')[1].style.display = '';
Packit f0b94e
</script>
Packit f0b94e
</body></html>