зеркало из https://github.com/mozilla/gecko-dev.git
bug 330015 - crash test by Martijn Wargers.
This commit is contained in:
Родитель
707b49743e
Коммит
53825757f0
|
@ -0,0 +1,14 @@
|
|||
<html><head style="display: table-row;">
|
||||
<title>Testcase bug 330015 - Crash with display: table-column-group, table-row, table-column, etc</title>
|
||||
<link style="display: table-row;">
|
||||
<link style="display: block;">
|
||||
<link style="display: table-column;">
|
||||
<link style="display: table-column-group;">
|
||||
</head>
|
||||
<body>
|
||||
Mozilla should not crash on this page.
|
||||
<script>
|
||||
document.getElementsByTagName('head')[0].style.display = '';
|
||||
document.getElementsByTagName('link')[1].style.display = '';
|
||||
</script>
|
||||
</body></html>
|
|
@ -72,6 +72,7 @@ load 325967-1.html
|
|||
load 325984-1.xhtml
|
||||
load 325984-2.html
|
||||
load 328944-1.xul
|
||||
load 330015-1.html
|
||||
load 331204-1.html
|
||||
load 331679-1.xhtml
|
||||
load 331679-2.xml
|
||||
|
|
Загрузка…
Ссылка в новой задаче