Source code

Revision control

Copy as Markdown

Other Tools

[scroll-snap-stop-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['scroll-snap-stop'\] = "normal" should set the property value]
expected:
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
[e.style['scroll-snap-stop'\] = "always" should set the property value]
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]