[anchor-scroll-position-try-006.html] [Should use the second position option with enough space right] expected: if os == "android": FAIL [Should still use the second position option as long as it fits] expected: if os == "android": FAIL [Should use the last (fourth) position option 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 still use the last position option as long as it fits.] 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 position option with enough space below, and not enough 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 first position option with enough space below and right] expected: if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]