blob: 5c863f7544671f00ee299f202fcfd8cc49c14b12 [file] [log] [blame]
PASS e.style['scroll-snap-type'] = "none" should set the property value
PASS e.style['scroll-snap-type'] = "x" should set the property value
PASS e.style['scroll-snap-type'] = "y" should set the property value
PASS e.style['scroll-snap-type'] = "block" should set the property value
PASS e.style['scroll-snap-type'] = "inline" should set the property value
PASS e.style['scroll-snap-type'] = "both" should set the property value
PASS e.style['scroll-snap-type'] = "y mandatory" should set the property value
PASS e.style['scroll-snap-type'] = "block mandatory" should set the property value
PASS e.style['scroll-snap-type'] = "both mandatory" should set the property value
PASS e.style['scroll-snap-type'] = "inline proximity" should set the property value
PASS e.style['scroll-snap-type'] = "x proximity" should set the property value