Closed
Bug 1850838
Opened 2 years ago
Closed 1 years ago
[wpt-sync] Sync PR 41724 - Add invalidation for :user-valid and :user-invalid
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41724 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41724
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Add invalidation for :user-valid and :user-invalid
My first patch which implemented these pseudo-classes didn't add calls
to PseudoStateChanged, which led to some bugs being uncovered. This
patch adds the missing calls in all of the same places where :valid and
:invalid are invalidated.Bug: 1156069
Fixed: 1477396, 1477392
Change-Id: I5471bd5435517da716b038db1dfac44a83a72f82Reviewed-on: https://chromium-review.googlesource.com/4828609
WPT-Export-Revision: 101e69b2815f20e194fd5f4656ac2a1b596f6185
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5c660a1628e1317d6e714c04bb883cc48a2fcd29
Assignee | ||
Comment 2•2 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 3•2 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 4•2 years ago
|
||
Test result changes from PR not available.
Assignee | ||
Comment 5•2 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c6ec32c2dc9
[wpt PR 41724] - Add invalidation for :user-valid and :user-invalid, a=testonly
Comment 7•1 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•