Adding test

git-svn-id: svn://10.0.0.236/trunk@243620 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2008-01-20 18:05:39 +00:00
parent cc0346a98b
commit be4ece099e
2 changed files with 16 additions and 0 deletions

View 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>

View File

@ -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