diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-valid.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-valid.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-valid.html.ini new file mode 100644 index 0000000000..a86da3ddef --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-target-valid.html.ini @@ -0,0 +1,36 @@ +[scroll-start-target-valid.html] + [e.style['scroll-start-target'\] = "none" should set the property value] + expected: FAIL + + [e.style['scroll-start-target'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-target'\] = "none auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-target'\] = "auto none" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-block'\] = "none" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-block'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-inline'\] = "none" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-inline'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-x'\] = "none" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-x'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-y'\] = "none" should set the property value] + expected: FAIL + + [e.style['scroll-start-target-y'\] = "auto" should set the property value] + expected: FAIL |