blob: f8b2c1d661cbe249122f5a7d4fddf7400b5f966d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[scroll-snap-stop-change.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[scroll-snap-stop for areas on HTML should control snapping behavior and changing it takes effect]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
[scroll-snap-stop for areas on DIV should control snapping behavior and changing it takes effect]
expected:
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
|