summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/212563-1.html
blob: 79b067beba76aa6de884366b25795c2b765b1573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script type="text/javascript">
function p(n)
{
  dump("Test 212563-1 says: " + n + "\n");
}
</script>
</head>
<body>
<p>This test is designed to pass regardless of who wins the document.write race.</p>
<iframe src="212563-1-inner.html"></iframe>
</body>
</html>