blob: af218f0331e3aa0687b75e080149d5e61f75db94 [file]
<script>
testRunner?.dumpAsText();
function runTest() {
form.requestSubmit();
}
</script>
<body onload=runTest()>
<form id="form" onformdata="navigation.navigate('http://foo/bar');">
PASS if no crash.
</body>