Mypal/layout/reftests/bugs/212563-1.html
2019-03-11 13:26:37 +03:00

15 lines
277 B
HTML

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