mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 429960 - crashtests.
This commit is contained in:
parent
7188f0155f
commit
47b0568d7c
17
layout/generic/crashtests/429960-1.html
Normal file
17
layout/generic/crashtests/429960-1.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html style="direction: rtl;" contenteditable="true">
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
function boom()
|
||||||
|
{
|
||||||
|
document.body.firstChild.style.MozColumnCount = "3";
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body style="width: 1px;" onload="boom();"><div>examination<span style="font-family: verdana;">x x x x </span></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
18
layout/generic/crashtests/429960-2.html
Normal file
18
layout/generic/crashtests/429960-2.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html style="direction: rtl;" contenteditable="true">
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
function boom()
|
||||||
|
{
|
||||||
|
document.body.firstChild.style.MozColumnCount = "3";
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body style="width: 1px;" onload="boom();"><div>examination<span style="font-family: verdana;">x x x x
|
||||||
|
</span></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -262,6 +262,8 @@ load 426040-1.html
|
|||||||
load 426272-1.html
|
load 426272-1.html
|
||||||
load 428263-1.html
|
load 428263-1.html
|
||||||
load 429458.xhtml
|
load 429458.xhtml
|
||||||
|
load 429960-1.html
|
||||||
|
load 429960-2.html
|
||||||
load 429969-1.html
|
load 429969-1.html
|
||||||
load 429981-1.html
|
load 429981-1.html
|
||||||
load 430332-1.html
|
load 430332-1.html
|
||||||
|
Loading…
Reference in New Issue
Block a user