Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/scroll-animations/css/scroll-timeline-axis-parsing.txt
2025-11-28 13:24:11 +00:00

24 lines
1.5 KiB
Plaintext

Harness status: OK
Found 18 tests
17 Pass
1 Fail
Pass e.style['scroll-timeline-axis'] = "initial" should set the property value
Pass e.style['scroll-timeline-axis'] = "inherit" should set the property value
Pass e.style['scroll-timeline-axis'] = "unset" should set the property value
Pass e.style['scroll-timeline-axis'] = "revert" should set the property value
Pass e.style['scroll-timeline-axis'] = "block" should set the property value
Pass e.style['scroll-timeline-axis'] = "inline" should set the property value
Pass e.style['scroll-timeline-axis'] = "y" should set the property value
Pass e.style['scroll-timeline-axis'] = "x" should set the property value
Pass e.style['scroll-timeline-axis'] = "block, inline" should set the property value
Pass e.style['scroll-timeline-axis'] = "inline, block" should set the property value
Pass e.style['scroll-timeline-axis'] = "block, y, x, inline" should set the property value
Fail e.style['scroll-timeline-axis'] = "inline, inline, inline, inline" should set the property value
Pass e.style['scroll-timeline-axis'] = "abc" should not set the property value
Pass e.style['scroll-timeline-axis'] = "10px" should not set the property value
Pass e.style['scroll-timeline-axis'] = "auto" should not set the property value
Pass e.style['scroll-timeline-axis'] = "none" should not set the property value
Pass e.style['scroll-timeline-axis'] = "block inline" should not set the property value
Pass e.style['scroll-timeline-axis'] = "block / inline" should not set the property value