summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/490376-1.xhtml
blob: 4ee606f9235a65f8772f099eb79ccb7d0804674b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
<![CDATA[

function boom()
{
  document.body.innerHTML = "<table><caption><\/caption><iframe><\/iframe><\/table>";
}

]]>
</script>
</head>
<body onload="boom();"></body>
</html>