Open
Bug 1918353
Opened 1 year ago
Updated 2 months ago
[css-conditional] implement scroll state containment features (stuck, snapped, overflowing)
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 48116 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-conditional/container-queries/at-container-snapped-parsing.html [wpt.fyi]
- scroll-state(snapped):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(snapped: x):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(snapped: y):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(snapped: none):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(snapped: block):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(snapped: inline):
FAIL(Chrome:PASS, Safari:FAIL) - (scroll-state(snapped: block)):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state((snapped: inline)):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(not ((snapped: inline) and (snapped: block))):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state((snapped: x) or (snapped: y)):
FAIL(Chrome:PASS, Safari:FAIL)
- scroll-state(snapped):
- /css/css-conditional/container-queries/at-container-snapped-serialization.html [wpt.fyi]
- Normalize spaces:
FAIL(Chrome:PASS, Safari:FAIL) - Boolean context:
FAIL(Chrome:PASS, Safari:FAIL) - Logical with 'or':
FAIL(Chrome:PASS, Safari:FAIL)
- Normalize spaces:
- /css/css-conditional/container-queries/at-container-stuck-parsing.html [wpt.fyi]
- scroll-state(stuck):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(stuck: none):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(stuck: top):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(stuck: left):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(stuck: bottom):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(stuck: right):
FAIL(Chrome:PASS, Safari:FAIL) - (scroll-state(stuck: top)):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state((stuck: top)):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state(not ((stuck: top) and (stuck: bottom))):
FAIL(Chrome:PASS, Safari:FAIL) - scroll-state((stuck: right) or (stuck: left)):
FAIL(Chrome:PASS, Safari:FAIL)
- scroll-state(stuck):
- /css/css-conditional/container-queries/at-container-stuck-serialization.html [wpt.fyi]
- Normalize spaces:
FAIL(Chrome:PASS, Safari:FAIL) - Boolean context:
FAIL(Chrome:PASS, Safari:FAIL)
- Normalize spaces:
- /css/css-conditional/container-queries/container-type-scroll-state-computed.html [wpt.fyi]
- Property container-type value 'scroll-state':
FAIL(Chrome:PASS, Safari:FAIL) - Property container-type value 'scroll-state size':
FAIL(Chrome:PASS, Safari:FAIL) - Property container-type value 'inline-size scroll-state':
FAIL(Chrome:PASS, Safari:FAIL)
- Property container-type value 'scroll-state':
- /css/css-conditional/container-queries/container-type-scroll-state-parsing.html [wpt.fyi]
- e.style['container-type'] = "scroll-state" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['container-type'] = "size scroll-state" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['container-type'] = "scroll-state inline-size" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL)
- e.style['container-type'] = "scroll-state" should set the property value:
- /css/css-conditional/container-queries/scroll-state-initially-snapped.html [wpt.fyi]
- Check that scroll-state(snapped: block) matches:
FAIL(Chrome:PASS, Safari:FAIL)
- Check that scroll-state(snapped: block) matches:
- /css/css-conditional/container-queries/scroll-state-initially-stuck.html [wpt.fyi]
- Check that scroll-state(stuck: bottom) matches:
FAIL(Chrome:PASS, Safari:FAIL)
- Check that scroll-state(stuck: bottom) matches:
- /css/css-conditional/container-queries/scroll-state-snapped-change.html [wpt.fyi]
- Check that scroll-state(snapped: block) matches on #target1 before scroll:
FAIL(Chrome:PASS, Safari:FAIL) - Check that scroll-state(snapped: block) matches on #target2 after scroll:
FAIL(Chrome:PASS, Safari:FAIL)
- Check that scroll-state(snapped: block) matches on #target1 before scroll:
- /css/css-conditional/container-queries/scroll-state-snapped-container-type-change.html [wpt.fyi]
- Check scroll-state(snapped) initially matching:
FAIL(Chrome:PASS, Safari:FAIL) - Check scroll-state(snapped) not matching when scroll-snap-align is removed:
FAIL(Chrome:PASS, Safari:FAIL) - Check scroll-state(snapped) not matching when scroll-snap-type is removed:
FAIL(Chrome:PASS, Safari:FAIL)
- Check scroll-state(snapped) initially matching:
- /css/css-conditional/container-queries/scroll-state-snapped-snap-changing.html [wpt.fyi]
- Initially snapped to #snapped1, scroll-state() styling #target1:
FAIL(Chrome:PASS, Safari:FAIL)
- Initially snapped to #snapped1, scroll-state() styling #target1:
- /css/css-conditional/container-queries/scroll-state-snapped-wm.html [wpt.fyi]
- Check scroll-state(snapped) matching for vertical writing-mode:
FAIL(Chrome:PASS, Safari:FAIL)
- Check scroll-state(snapped) matching for vertical writing-mode:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1918332 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Updated•1 year ago
|
Blocks: css-conditional-5
Severity: -- → S3
Type: defect → enhancement
Priority: -- → P3
Summary: New wpt failures in /css/css-conditional/container-queries/ [at-container-snapped-parsing.html, at-container-snapped-serialization.html, at-container-stuck-parsing.html, and 9 others] → [css-conditional] implement scroll state containment features (stuck, snapped, overflowing)
You need to log in
before you can comment on or make changes to this bug.
Description
•