<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpChildFramesAsText(); | |
testRunner.waitUntilDone(); | |
if (window.internals) | |
internals.registerDefaultPortForProtocol(8000, "http"); | |
} | |
</script> | |
</head> | |
<body> | |
<iframe src="resources/nph-sandbox-should-not-persist-on-navigation.pl"></iframe> | |
</body> | |
</html> |