Tests for bug 409513 and bug 410967
git-svn-id: svn://10.0.0.236/trunk@244552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
14
mozilla/layout/base/crashtests/409513.html
Normal file
14
mozilla/layout/base/crashtests/409513.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body style="visibility: collapse;" onload="document.getElementById('div').style.direction = 'rtl';">
|
||||
|
||||
<div style="display: -moz-groupbox;" id="div">
|
||||
aaaaa bbbbb ccccc ddddd eeeee fffff ggggg hhhhh iiiii
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
17
mozilla/layout/base/crashtests/410967.html
Normal file
17
mozilla/layout/base/crashtests/410967.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var t = document.body.firstChild;
|
||||
t.data = "a" + t.data;
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();" style="width: 1px;">b cك</body>
|
||||
|
||||
</html>
|
||||
@@ -89,6 +89,8 @@ load 405184-1.xhtml
|
||||
load 405186-1.xhtml
|
||||
load 408292.html
|
||||
load 408299.html
|
||||
load 409513.html
|
||||
load 409461-1.xhtml
|
||||
load 410967.html
|
||||
load 411870-1.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user