Has anyone seen my +5 keyboard of crashtesting?
git-svn-id: svn://10.0.0.236/trunk@241408 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
19
mozilla/gfx/thebes/crashtests/369688-1.html
Normal file
19
mozilla/gfx/thebes/crashtests/369688-1.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html class="reftest-wait">
|
||||
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.body.style.fontSizeAdjust = 0xffffffff;
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(boom, 30);">
|
||||
|
||||
<p>Foo</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
8
mozilla/gfx/thebes/crashtests/383473-1.html
Normal file
8
mozilla/gfx/thebes/crashtests/383473-1.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<span style="font-size:72px; font-size-adjust:24">X</span>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +1,7 @@
|
||||
load 345576-1.html
|
||||
load 345629-1.html
|
||||
load 369688-1.html
|
||||
load 369947-1.html
|
||||
load 377232-1.xhtml
|
||||
load 383473-1.html
|
||||
load 394384-1.html
|
||||
|
||||
Reference in New Issue
Block a user