blob: 172cbcb83a5c95f0a4a16943c36fec600a28ff01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[isIntersecting-threshold.html]
[Scrolled to half way through target element]
expected:
if debug and (os == "linux") and not swgl: [PASS, FAIL]
if debug and (os == "android") and swgl: [PASS, FAIL]
if not debug and asan and not fission: [PASS, FAIL]
[Scrolled to target element completely off screen]
expected:
if not asan and (os == "linux") and debug and not swgl: [PASS, FAIL]
if asan and not fission: [PASS, FAIL]
[At initial scroll position]
expected:
if not asan and (os == "linux") and debug and not swgl: [PASS, FAIL]
if asan and not fission: [PASS, FAIL]
|