2 Ensure that a form submission to a different frame is not cancelled if the origin frame navigates immediately thereafter. SUCCESS should appear in both iframes.
4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.dumpChildFramesAsText();
7 testRunner
.waitUntilDone();
11 function childDone() {
13 if (childrenDone
>= 2 && window
.testRunner
)
14 testRunner
.notifyDone();
17 <iframe id=
"formframe" name=
"formframe"></iframe>
18 <iframe name=
"navframe" src=
"resources/submit-in-sibling-frame.html"></iframe>