[scroll-behavior-main-frame-root.html] disabled: if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499003 [Main frame with smooth scroll-behavior ; scroll() with default behavior] expected: if (os == "linux") and webrender: ["PASS", "FAIL"] [Main frame with auto scroll-behavior ; scroll() with smooth behavior] expected: if not webrender and (os == "win") and (processor == "x86"): PASS if not webrender and (os == "android"): PASS if not webrender and (os == "linux"): PASS [PASS, FAIL] [Set scrollLeft to frame with smooth scroll-behavior] expected: if fission and (os == "win"): ["PASS", "FAIL"] [Set scrollTop to frame with smooth scroll-behavior] expected: if fission and (os == "win"): ["PASS", "FAIL"] [Set scrollTop to frame with auto scroll-behavior] expected: if fission and (os == "win"): ["PASS", "FAIL"] [Main frame with auto scroll-behavior ; scrollBy() with smooth behavior] expected: if fission and (os == "win"): ["PASS", "FAIL"] [Main frame with smooth scroll-behavior ; scrollIntoView() with smooth behavior] expected: if fission and (os == "win"): ["PASS", "FAIL"] [Main frame with auto scroll-behavior ; scrollIntoView() with smooth behavior] expected: if (processor == "x86") and debug: ["PASS", "FAIL"] [Main frame with smooth scroll-behavior ; scrollIntoView() with auto behavior] expected: if tsan: ["PASS", "FAIL"] if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"] [Main frame with smooth scroll-behavior ; scroll() with auto behavior] expected: if tsan: ["PASS", "FAIL"] [Main frame with smooth scroll-behavior ; scrollTo() with auto behavior] expected: if tsan: ["PASS", "FAIL"] [Main frame with smooth scroll-behavior ; scrollBy() with auto behavior] expected: if tsan: ["PASS", "FAIL"]