2 <base href=
"http://www.366.ru/">
5 Test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=19884">bug
19884</a></i>
6 Locating a store at www
.366.ru doesn't work.
8 <p id=
"result">FAIL
</p>
10 <form id=
"t" action=
"" onsubmit=
"return true"><input name=a value=b
></form>
12 if (!location
.href
.match('\\?')) {
13 if (window
.testRunner
) {
14 testRunner
.dumpAsText();
15 testRunner
.waitUntilDone();
17 document
.getElementById("t").submit();
19 document
.getElementById("result").innerHTML
= "PASS";
20 if (window
.testRunner
)
21 testRunner
.notifyDone();