layout/base/crashtests/330015-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/330015-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<html><head style="display: table-row;">
     1.5 +<title>Testcase bug 330015 - Crash with display: table-column-group, table-row, table-column, etc</title>
     1.6 +<link style="display: table-row;">
     1.7 +<link style="display: block;">
     1.8 +<link style="display: table-column;">
     1.9 +<link style="display: table-column-group;">
    1.10 +</head>
    1.11 +<body>
    1.12 +Mozilla should not crash on this page.
    1.13 +<script>
    1.14 +document.getElementsByTagName('head')[0].style.display = '';
    1.15 +document.getElementsByTagName('link')[1].style.display = '';
    1.16 +</script>
    1.17 +</body></html>
    1.18 \ No newline at end of file

mercurial