Source code
Revision control
Copy as Markdown
Other Tools
[isIntersecting-threshold.html]
[Scrolled to half way through target element]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [FAIL, PASS]
if (os == "win") and (processor == "x86_64"): PASS
if (os == "android") and debug: PASS
if os == "mac": PASS
[PASS, FAIL]
[Scrolled to target element completely off screen]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [FAIL, PASS]
if (os == "win") and (processor == "x86_64"): PASS
if (os == "android") and debug: PASS
if os == "mac": PASS
[PASS, FAIL]
[At initial scroll position]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [FAIL, PASS]
if (os == "win") and (processor == "x86_64"): PASS
if (os == "android") and debug: PASS
if os == "mac": PASS
[PASS, FAIL]