mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 362275, bug 367749 - crashtests
This commit is contained in:
parent
c03e565f39
commit
612abf0857
14
layout/tables/crashtests/362275.html
Normal file
14
layout/tables/crashtests/362275.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html class="reftest-print"><head>
|
||||
<title>Testcase bug 362275 - Hang with testcase on print preview, using -moz-column-count and table related stuff</title>
|
||||
</head>
|
||||
<body>
|
||||
This page should not hang Mozilla on print preview
|
||||
<div style="-moz-column-count: 2;">
|
||||
<span style="display: table-cell;">
|
||||
<span>
|
||||
<textarea style="display: table-cell;"></textarea>
|
||||
</span>
|
||||
</span>
|
||||
<span style="display: table-header-group;"></span>
|
||||
</div>
|
||||
</body></html>
|
14
layout/tables/crashtests/367749.html
Normal file
14
layout/tables/crashtests/367749.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html><head>
|
||||
<title>Testcase bug 362275 - Hang with testcase on print preview, using -moz-column-count and table related stuff</title>
|
||||
</head>
|
||||
<body>
|
||||
This page should not hang Mozilla on print preview
|
||||
<div style="-moz-column-count: 2;">
|
||||
<span style="display: table-cell;">
|
||||
<span>
|
||||
<textarea style="display: table-cell;"></textarea>
|
||||
</span>
|
||||
</span>
|
||||
<span style="display: table-header-group;"></span>
|
||||
</div>
|
||||
</body></html>
|
@ -54,9 +54,11 @@ load 351328-1.xhtml
|
||||
load 351628-1.xhtml
|
||||
load 358679-1.xhtml
|
||||
load 358871-1.xhtml
|
||||
load 362275.html
|
||||
load 364512-1.html
|
||||
load 366556-1.xhtml
|
||||
load 367673-1.xhtml
|
||||
load 367749.html
|
||||
load 368166-1.xhtml
|
||||
load 370360-1.html
|
||||
load 370713-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user