| Index: LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop.html
|
| diff --git a/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop.html b/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop.html
|
| index b59f0f6d7f0b361a1d8ddec7198d343fe9839ccd..5e9b83fec0d203e51257d14e7527211a78fbe1ff 100644
|
| --- a/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop.html
|
| +++ b/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollTop.html
|
| @@ -35,15 +35,15 @@
|
| }
|
|
|
| const testScrolls = [
|
| - {js: "instant", css: "instant", x: 0, y: 2},
|
| + {js: "instant", css: "auto", x: 0, y: 2},
|
| {js: "instant", css: "smooth", x: 0, y: 3},
|
| - {js: "auto", css: "instant", x: 0, y: 4},
|
| - {js: "", css: "instant", x: 0, y: 5},
|
| - {js: "smooth", css: "instant", waitForEnd: true, x: 0, y: 15},
|
| + {js: "auto", css: "auto", x: 0, y: 4},
|
| + {js: "", css: "auto", x: 0, y: 5},
|
| + {js: "smooth", css: "auto", waitForEnd: true, x: 0, y: 15},
|
| {js: "smooth", css: "smooth", waitForEnd: true, x: 0, y: 25},
|
| {js: "auto", css: "smooth", waitForEnd: true, x: 0, y: 35},
|
| {js: "", css: "smooth", waitForEnd: true, x: 0, y: 45},
|
| - {js: "smooth", css: "instant", waitForEnd: false, x: 0, y: 4100},
|
| + {js: "smooth", css: "auto", waitForEnd: false, x: 0, y: 4100},
|
| {js: "smooth", css: "smooth", waitForEnd: false, x: 0, y: 20},
|
| {js: "auto", css: "smooth", waitForEnd: false, x: 0, y: 4000},
|
| {js: "", css: "smooth", waitForEnd: false, x: 0, y: 5},
|
|
|