[anchor-scroll-position-try-006.html]
  [Should use the third position option with enough space below, and not enough above]
    expected: FAIL
  [Should use the second position option with enough space right]
    expected: FAIL
  [Should still use the second position option as long as it fits]
    expected: FAIL
  [Should use the first position option with enough space below and right]
    expected:
      if (os == "mac") or (os == "android"): [PASS, FAIL]
      FAIL
  [Should use the last (fourth) position option initially]
    expected:
      if os == "android": FAIL
  [Should still use the last position option as long as it fits.]
    expected:
      if os == "android": FAIL