<html> | |
<body> | |
<script> | |
if(window.layoutTestController) | |
layoutTestController.dumpAsText(); | |
</script> | |
<body> | |
<p>This test verifies that the layoutTestController 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> |