blob: ac9059e38c15cc6c833ea836f593ad04be641c09 (
plain)
1
2
3
4
5
6
|
[scroll-target-snap-001.html]
expected:
if (os == "linux") and debug and not fission: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
|