scroll-behavior-subframe-root.html.ini (1804B)
1 [scroll-behavior-subframe-root.html] 2 disabled: 3 if os == "android": bug 1550895 (frequently fails on geckoview), Bug 1559325 4 [Subframe with smooth scroll-behavior ; scrollTo() with auto behavior] 5 expected: 6 if (os_version == "24.04") and debug and not fission: [PASS, FAIL] 7 if os_version == "14.70": [PASS, FAIL] 8 9 [Subframe setting scrollTop with smooth scroll-behavior] 10 expected: 11 if (os == "win") and debug: [PASS, FAIL] 12 13 [Subframe with smooth scroll-behavior ; scrollTo() with smooth behavior] 14 expected: 15 if (os == "win") and debug: [PASS, FAIL] 16 17 [Subframe with smooth scroll-behavior ; scroll() with smooth behavior] 18 expected: 19 if (processor == "x86") and not debug: [PASS, FAIL] 20 21 [Subframe with smooth scroll-behavior ; scroll() with default behavior] 22 expected: 23 if not fission and debug: [PASS, FAIL] 24 25 [Subframe with smooth scroll-behavior ; scrollBy() with auto behavior] 26 expected: 27 if not fission and debug: [PASS, FAIL] 28 29 [Subframe with auto scroll-behavior ; scroll() with smooth behavior] 30 expected: 31 if fission and not asan: PASS 32 [PASS, FAIL] 33 34 [Subframe with smooth scroll-behavior ; scrollTo() with default behavior] 35 expected: 36 if not fission and debug: [PASS, FAIL] 37 38 [Subframe setting scrollLeft with smooth scroll-behavior] 39 expected: 40 if not fission and debug: [PASS, FAIL] 41 42 [Subframe with smooth scroll-behavior ; scrollIntoView() with auto behavior] 43 expected: 44 if not fission: [PASS, FAIL] 45 46 [Subframe with smooth scroll-behavior ; scroll() with auto behavior] 47 expected: 48 if not fission and debug: [PASS, FAIL] 49 50 [Subframe with smooth scroll-behavior ; scrollIntoView() with smooth behavior] 51 expected: 52 if not fission and debug: [PASS, FAIL]