12 lines
468 B
INI
12 lines
468 B
INI
[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]
|