14 lines
589 B
INI
14 lines
589 B
INI
[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]
|