scroll-behavior-smooth-positions.html.ini (2026B)
1 [scroll-behavior-smooth-positions.html] 2 [Scroll positions when performing smooth scrolling from (1000, 0) to (500, 250) using scroll() ] 3 expected: 4 if debug and (os == "win"): [PASS, FAIL] 5 if debug and (os == "linux"): [PASS, FAIL] 6 7 [Scroll positions when performing smooth scrolling from (0, 0) to (500, 250) using scroll() ] 8 expected: 9 if debug and (os == "linux") and fission: PASS 10 if debug and (os == "mac"): PASS 11 if not debug and not asan: PASS 12 [PASS, FAIL] 13 14 [Scroll positions when performing smooth scrolling from (1000, 500) to (500, 250) using scrollBy() ] 15 expected: 16 if (os == "mac") and debug: [PASS, FAIL] 17 18 [Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scrollIntoView() ] 19 expected: 20 if (os == "win") and debug: [PASS, FAIL] 21 22 [Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scrollTo() ] 23 expected: 24 if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL] 25 if (os == "win") and not debug: [PASS, FAIL] 26 27 [Scroll positions when performing smooth scrolling from (1000, 500) to (500, 250) using scroll() ] 28 expected: 29 if (os == "linux") and debug and not fission: [PASS, FAIL] 30 if (os == "mac") and debug: [PASS, FAIL] 31 32 [Scroll positions when performing smooth scrolling from (1000, 0) to (500, 250) using scrollTo() ] 33 expected: 34 if (os == "linux") and debug and not fission: [PASS, FAIL] 35 36 [Scroll positions when performing smooth scrolling from (0, 0) to (500, 250) using scrollTo() ] 37 expected: 38 if (os == "linux") and debug and not fission: [PASS, FAIL] 39 40 [Scroll positions when performing smooth scrolling from (0, 0) to (500, 250) using scrollBy() ] 41 expected: 42 if (os == "linux") and debug and not fission: [PASS, FAIL] 43 44 [Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scroll() ] 45 expected: 46 if (os == "linux") and debug and not fission: [PASS, FAIL]