Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
21600a28fa8fd2c8a81437d94869e45ad785c6f6
/
.
/
LayoutTests
/
fast
/
forms
/
onformdata-navigate-crash.html
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>