[wpt-sync] Sync PR 43697 - Test for a nested `:scope` inside an `:is()`
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43697 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43697
Details from upstream follow.
Roman Komarov <kizmarh@ya.ru> wrote:
Test for a nested
:scope
inside an:is()
The original CodePen where I stumbled upon this issue: https://codepen.io/kizu/pen/NWoZYwK
Assignee | ||
Updated•11 months ago
|
Comment 1•11 months ago
|
||
for the solution check this url i have set all the things and fixed error with this url you can chcke https://ff-advanceserver.com/
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 2•10 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 13 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
FAIL
: 12
Chrome
OK
: 1
PASS
: 12
FAIL
: 1
Safari
OK
: 1
PASS
: 1
FAIL
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-cascade/scope-nesting.html [wpt.fyi]
- Implicit :scope in <scope-end>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Relative selectors in <scope-end>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Nesting-selector in the scope's <stylesheet>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Nesting-selector within :scope rule:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Nesting-selector within :scope rule (double nested):
FAIL
(Chrome:PASS
, Safari:FAIL
) - @scope nested within style rule:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Parent pseudo class within scope-start:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Parent pseudo class within scope-end:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Parent pseudo class within body of nested @scope:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Implicit rule within nested @scope :
FAIL
(Chrome:PASS
, Safari:FAIL
) - Implicit rule within nested @scope (proximity):
FAIL
(Chrome:PASS
, Safari:FAIL
) - Nested :scope inside an :is:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Implicit :scope in <scope-end>:
Comment 4•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/520fab507f20
https://hg.mozilla.org/mozilla-central/rev/a2b62766908f
Description
•