mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
15 lines
277 B
HTML
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>
|