[anchor-scroll-position-try-010.html] [Should use the first fallback position with enough space right and above] expected: if os == "android": FAIL [Should use the last fallback position initially] expected: if (os == "android") and not debug and sessionHistoryInParent: [FAIL, PASS] if (os == "android") and not debug and not sessionHistoryInParent: [FAIL, PASS] if (os == "android") and debug: FAIL [Should use the second fallback position with enough space above] expected: if (os == "android") and not debug and sessionHistoryInParent: [FAIL, PASS] if (os == "android") and not debug and not sessionHistoryInParent: [FAIL, PASS] if (os == "android") and debug: FAIL [Should use the third fallback position with enough space right] expected: if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]