зеркало из https://github.com/mozilla/gecko-dev.git
Bug 429960 - crashtests.
This commit is contained in:
Родитель
7188f0155f
Коммит
47b0568d7c
|
@ -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>
|
|
@ -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 428263-1.html
|
||||
load 429458.xhtml
|
||||
load 429960-1.html
|
||||
load 429960-2.html
|
||||
load 429969-1.html
|
||||
load 429981-1.html
|
||||
load 430332-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче