blob: c99f095a36a90a8a170e04ddef4900efa778fe0a [file] [log] [blame]
<body>
<a href="foobar.html">Nonexistent Resource</a><br>
<script>
document.open();
document.close();
if (/\/resources\/foobar.html$/.test(document.getElementsByTagName("a")[0].href))
parent.document.getElementById("testResult").innerHTML = "SUCCESS"
if (window.testRunner)
testRunner.notifyDone();
</script>
</body>