scroll-behavior-subframe-window.html.ini (1255B)
1 [scroll-behavior-subframe-window.html] 2 [Main frame with smooth scroll-behavior ; scroll() with default behavior] 3 expected: 4 if (os == "linux") and debug and not fission: [PASS, FAIL] 5 6 [Main frame with smooth scroll-behavior ; scroll() with auto behavior] 7 expected: 8 if debug and (os == "linux") and not fission: [PASS, FAIL] 9 if debug and (os == "mac"): [PASS, FAIL] 10 11 [Main frame with smooth scroll-behavior ; scrollTo() with smooth behavior] 12 expected: 13 if (os == "win") and debug: [PASS, FAIL] 14 15 [Main frame with auto scroll-behavior ; scrollBy() with default behavior] 16 expected: 17 if (os == "win") and debug: [PASS, FAIL] 18 19 [Main frame with auto scroll-behavior ; scrollBy() with smooth behavior] 20 expected: 21 if debug and (processor == "x86_64") and (os == "linux") and not fission: [PASS, FAIL] 22 if debug and (processor == "x86"): [PASS, FAIL] 23 24 [Main frame with auto scroll-behavior ; scroll() with smooth behavior] 25 expected: 26 if not asan and (os == "linux") and not fission: [PASS, FAIL] 27 if asan and not fission: [PASS, FAIL] 28 29 [Main frame with smooth scroll-behavior ; scrollTo() with default behavior] 30 expected: 31 if (processor == "x86") and debug: [PASS, FAIL]