summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/597924-1.html
blob: d855997eeccc793d9960bdd96cf19513c9aaf1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<script>

function boom()
{
  document.getElementById("s").appendChild(document.createElement("div"));
  var marq = document.getElementById("f").contentDocument.documentElement;
  marq.behavior = "alternate";
}

</script>
</head>
<body onload="boom();"><span id="s"></span><iframe src="data:text/xml,%3Cmarquee%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%3EX%3C%2Fmarquee%3E" id="f"></iframe></body>
</html>