2 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=11444">http://bugs.webkit.org/show_bug.cgi?id=
11444</a>
3 REGRESSION (r17378): Exception (-[NSCFDictionary setObject:forKey:]: attempt to insert nil value) when submitting a form with an empty uninitialized field
</i>.
5 <p id=
"result">FAIL
</p>
7 <form id=
"t"><input></form>
9 if (!location
.href
.match('\\?')) {
10 if (window
.testRunner
) {
11 testRunner
.dumpAsText();
12 testRunner
.waitUntilDone();
14 document
.getElementById("t").submit();
16 document
.getElementById("result").innerText
= "PASS";
17 if (window
.testRunner
)
18 testRunner
.notifyDone();