mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
24 lines
1.5 KiB
Plaintext
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 |