Bug 233427
Summary: | Form submission WPTs are failing: html/semantics/forms/form-submission-0 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joey Arhar <jarhar> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andreu, cdumez, ntim, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Joey Arhar
WebKit is failing most of the tests in the form-submission-0 directory: https://wpt.fyi/results/html/semantics/forms/form-submission-0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/85825730>
Andreu Botella
Over the past month I've been doing some work in fixing many of WebKit's issues with form submission encoding and entry list construction (bug 221549, bug 220780, bug 185416, bug 220783, bug 225299, bug 233725), with the result being that many of the tests that are shown as failing in the Safari TP version that wpt.fyi uses are now passing on trunk.
You can see the current status on wpt.fyi if you add WebKitGTK as a product: https://wpt.fyi/results/html/semantics/forms/form-submission-0?label=master&label=experimental&product=chrome&product=firefox&product=safari&product=webkitgtk&aligned
Tim Nguyen (:ntim)
This has been fixed in other bugs