1 <p>This test checks whether event.stopPropagation() prevents the
2 default action. It should not! If the default was prevented, you'll
3 see a link below and the text FAIL. On success you will see PASS (and
6 <form action=
"resources/stopPropagation-submit-target.html">
7 <input type=
"image" id=
"image1" onclick=
"event.stopPropagation()" value=
"click here">
12 if (window
.testRunner
) {
13 testRunner
.dumpAsText();
14 testRunner
.waitUntilDone();
17 var submit
= document
.getElementById("image1");