2 addEventListener("unload", function() {
3 document
.getElementById("fm").submit();
6 <form id=
"fm" action=
"about:blank" method=
"POST"></form>
8 if (window
.testRunner
) {
9 testRunner
.dumpAsText();
10 testRunner
.waitUntilDone();
12 window
.location
= "resources/pass-and-notify-done.html";