Closed
Bug 1751164
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 32468 - Make form validation subtests consistent cross-browser
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32468 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32468
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
Make form validation subtests consistent cross-browser
This test was creating a failing subtest and skipping others if the
input type wasn't supported. This leads to different subtests depending
on browser support status, making cross-browser comparisons harder.assert_implements_optional could have been used here if these input
types were optional in the spec, but they're not.
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=bc59c2b49e08dea0956b888fe5c534fdfc0709ef
Assignee | ||
Comment 2•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 3•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 4•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 5•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 6•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 7•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 8•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 9•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 10•4 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 11•4 years ago
|
||
Test result changes from PR not available.
Comment 12•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•