blob: e03a35757702c4e278c782e71e480831e8d27bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[inheritance.html]
[Property scroll-snap-stop has initial value normal]
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]
[Property scroll-snap-stop does not inherit]
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]
|