blob: 2d650fc90f58583be076190defbe8669e98c5b51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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]
|