21 lines
691 B
INI
21 lines
691 B
INI
[isIntersecting-threshold.html]
|
|
[Scrolled to half way through target element]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
|
|
if (os == "android") and debug: PASS
|
|
if os == "mac": PASS
|
|
[PASS, FAIL]
|
|
|
|
[Scrolled to target element completely off screen]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
|
|
if (os == "android") and debug: PASS
|
|
if os == "mac": PASS
|
|
[PASS, FAIL]
|
|
|
|
[At initial scroll position]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
|
|
if (os == "android") and debug: PASS
|
|
if os == "mac": PASS
|
|
[PASS, FAIL]
|