diff options
Diffstat (limited to 'layout/reftests/bugs/212563-1.html')
-rw-r--r-- | layout/reftests/bugs/212563-1.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/212563-1.html b/layout/reftests/bugs/212563-1.html new file mode 100644 index 000000000..79b067beb --- /dev/null +++ b/layout/reftests/bugs/212563-1.html @@ -0,0 +1,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> |