diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-valid.html.ini | 177 |
1 files changed, 177 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-valid.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-valid.html.ini new file mode 100644 index 0000000000..349b8c4c71 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/parsing/scroll-start-valid.html.ini @@ -0,0 +1,177 @@ +[scroll-start-valid.html] + [e.style['scroll-start'\] = "start" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "start start" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "50%" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "center" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "100px 200px" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "50% 100px" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "start 50%" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "center start" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "end center" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "top end" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "bottom top" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "left bottom" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "right left" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "auto right" should set the property value] + expected: FAIL + + [e.style['scroll-start'\] = "calc(1px) auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "100px" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "50%" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "start" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "center" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "end" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "top" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "bottom" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "left" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "right" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-block'\] = "calc(-1px)" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "100px" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "50%" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "start" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "center" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "end" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "top" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "bottom" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "left" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "right" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-inline'\] = "calc(-1px)" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "100px" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "50%" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "start" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "center" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "end" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "top" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "bottom" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "left" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "right" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-x'\] = "calc(-1px)" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "100px" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "50%" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "start" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "center" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "end" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "top" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "bottom" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "left" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "right" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "auto" should set the property value] + expected: FAIL + + [e.style['scroll-start-y'\] = "calc(-1px)" should set the property value] + expected: FAIL |