blob: 73589103f36d030f6c91f0f4e00f76135e1d7ef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[scroll-snap-stop-computed.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Property scroll-snap-stop value 'normal']
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]
[Property scroll-snap-stop value 'always']
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
|