blob: 541d57c250b6fb10a622142f4ce4f1d41aaa76cc [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<iframe id="theframe" name="theframe"></iframe>
<form action="resources/success-notify-done.html" id="theform" method="post" name="theform" target="theframe"></form>
<script>
document.forms['theform'].submit();
</script>
<div>
This text should be visible.
</div>
</body>
</html>