Adding test
git-svn-id: svn://10.0.0.236/trunk@243620 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cc0346a98b
commit
be4ece099e
15
mozilla/layout/style/crashtests/404470-1.html
Normal file
15
mozilla/layout/style/crashtests/404470-1.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var iframe = document.createElement("iframe");
|
||||
document.body.appendChild(iframe);
|
||||
iframe.setAttribute("src", 'data:application/vnd.mozilla.xul+xml,<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><script>window.parent.document.body.style.display="inline"; window.parent.document.body.offsetWidth;</' + 'script></window>');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
||||
@ -7,4 +7,5 @@ load 383979-2.html
|
||||
load 391034-1.xhtml
|
||||
load 397022-1.html
|
||||
load 399289-1.svg
|
||||
load 404470-1.html
|
||||
load 411603-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user