<html> | |
<body> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
<body> | |
<p>This test verifies that the testRunner will reset its default preferences after every layout test. You should see "PASS" below.</p> | |
<span id="status">FAIL</span> | |
<script> | |
document.getElementById("status").innerHTML = "PASS"; | |
</script> | |
</body> | |
</html> |