Source code

Revision control

Copy as Markdown

Other Tools

[navigate-form-get.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): [OK, ERROR]
if debug and (os == "linux") and fission: [OK, CRASH]
if debug and (os == "linux") and not fission: [OK, ERROR, CRASH]
if debug and (os == "mac"): CRASH
[<form> submission with GET method fires navigate event but with formData null]
expected: FAIL