[wpt-sync] Sync PR 34298 - Remove 'tentative' from wpt test for explicit :scope in :has()
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34298 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34298
Details from upstream follow.
Byungwoo Lee <blee@igalia.com> wrote:
Remove 'tentative' from wpt test for explicit :scope in :has()
Remove 'tentative' from has-argument-with-explicit-scope.tentative.html
according to the issue resolution:Bug: 669058
Change-Id: Iae1946abfb4a5739e95f0b7d90869b6088f87b5bReviewed-on: https://chromium-review.googlesource.com/3688773
WPT-Export-Revision: 2b60b64de79ef0bc0ae447b94d0d22cca8047161
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 13 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 13
Chrome
OK
: 1
PASS
: 13
Links
Details
New Tests That Don't Pass
- /css/selectors/has-argument-with-explicit-scope.html [wpt.fyi]
- :has(:scope) matches expected elements on scope1:
FAIL
(Chrome:PASS
) - :has(:scope .c) matches expected elements on scope1:
FAIL
(Chrome:PASS
) - :has(.a :scope) matches expected elements on scope1:
FAIL
(Chrome:PASS
) - .a:has(:scope) .c matches expected elements on scope1:
FAIL
(Chrome:PASS
) - .a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope1:
FAIL
(Chrome:PASS
) - .a:has(:scope) .c matches expected elements on scope2:
FAIL
(Chrome:PASS
) - .a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope2:
FAIL
(Chrome:PASS
) - .c:has(:is(:scope .d)) matches expected elements on scope1:
FAIL
(Chrome:PASS
) - .c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope1:
FAIL
(Chrome:PASS
) - .c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope1:
FAIL
(Chrome:PASS
) - .c:has(:is(:scope .d)) matches expected elements on scope2:
FAIL
(Chrome:PASS
) - .c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope2:
FAIL
(Chrome:PASS
) - .c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope2:
FAIL
(Chrome:PASS
)
- :has(:scope) matches expected elements on scope1:
https://hg.mozilla.org/mozilla-central/rev/c100a04f8a56
https://hg.mozilla.org/mozilla-central/rev/bc6852f102ce
Description
•