blob: 8e823fa0c363b45b191496a7ff36ca4836932e48 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p id="result">FAIL</p>
<script>
document.getElementById("result").textContent = "PASS";
if (window.testRunner)
testRunner.notifyDone();
</script>
</body>
</html>