Source code

Revision control

Copy as Markdown

Other Tools

[navigate-form-reload.html]
expected:
if debug and (os == "win") and (processor == "x86"): [OK, CRASH, ERROR]
if debug and (os == "mac"): [OK, CRASH]
if debug and (os == "linux"): [OK, CRASH]
[reloading a page created from form submission results in formData of null, not the original form data]
expected: FAIL