Add crashtest
git-svn-id: svn://10.0.0.236/trunk@241535 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
21
mozilla/layout/tables/crashtests/404301-1.xhtml
Normal file
21
mozilla/layout/tables/crashtests/404301-1.xhtml
Normal file
@@ -0,0 +1,21 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var b = document.getElementById('b');
|
||||
b.style.counterIncrement = 'chicken';
|
||||
document.body.offsetHeight;
|
||||
b.style.counterIncrement = '';
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<col id="a" span="2"></col><col id="b"></col>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -31,3 +31,4 @@ load 398157-1.xhtml
|
||||
load 399209-1.xhtml
|
||||
load 403249-1.html
|
||||
load 403579-1.html
|
||||
load 404301-1.xhtml
|
||||
|
||||
12
mozilla/layout/xul/base/src/crashtests/311457-1.html
Normal file
12
mozilla/layout/xul/base/src/crashtests/311457-1.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html><head>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div style="display: -moz-deck"><div style="display: -moz-popup"></div></div>
|
||||
|
||||
<div style="position: relative">Y</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,3 +1,4 @@
|
||||
load 311457-1.html
|
||||
load 327776-1.html
|
||||
load 329407-1.xml
|
||||
load 346083-1.html
|
||||
|
||||
Reference in New Issue
Block a user