4 <script src=
"../../resources/js-test.js"></script>
7 if (document
.location
.hash
!== '#submitted') {
8 if (window
.testRunner
) {
9 testRunner
.dumpAsText();
10 testRunner
.setXSSAuditorEnabled(true)
11 testRunner
.waitUntilDone();
14 var form
= document
.getElementById('form');
15 // Shouldn't trigger any assertions.
18 testPassed('No assertions raised.');
19 if (window
.testRunner
)
20 testRunner
.notifyDone();
25 <body onload=
"test()">
26 This tests that no assertions are thrown when POST submitting a form.
27 <form method=
"post" id=
"form" action=
"#submitted">
30 <div id=
"console"></div>