Closed
Bug 1463041
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11020 - CSS: Update WPT :matches for intersection behavior
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11020 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/11020
Details from upstream follow.
Eric Willigers <ericwilligers@chromium.org> wrote:
> CSS: Update WPT :matches for intersection behavior
>
> ".a+:matches(.c>.e)" requires the intersection of ".a+*" and ".c>.e",
> not ".a+.c>.e".
>
> WebKit passes the test, Blink's current implementation does not.
>
> BUG=842157
>
> Change-Id: I51566255006199c511b1d235232c0d9bef40035a
> Reviewed-on: https://chromium-review.googlesource.com/1059982
> Reviewed-by: Rune Lillesveen <futhark@chromium.org>
> Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#560228}
>
>
>
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=42440178508f4aa56cf052bb31571631859fd066
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 6 subtests
OK : 1
PASS : 1
FAIL : 5
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/90965006d15e
[wpt PR 11020] - CSS: Update WPT :matches for intersection behavior, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•