| Index: LayoutTests/fast/scroll-behavior/subframe-scrollBy.html
|
| diff --git a/LayoutTests/fast/scroll-behavior/subframe-scrollBy.html b/LayoutTests/fast/scroll-behavior/subframe-scrollBy.html
|
| index 501447b4d4c376bc4eabbaa6ea43f84da8a513ba..e3efd7a6d5a5a007ea27c5fe9cec76ba4e756ac1 100644
|
| --- a/LayoutTests/fast/scroll-behavior/subframe-scrollBy.html
|
| +++ b/LayoutTests/fast/scroll-behavior/subframe-scrollBy.html
|
| @@ -28,15 +28,15 @@
|
| }
|
|
|
| const testScrolls = [
|
| - {js: "instant", css: "instant", x: 1, y: 2},
|
| + {js: "instant", css: "auto", x: 1, y: 2},
|
| {js: "instant", css: "smooth", x: 2, y: 3},
|
| - {js: "auto", css: "instant", x: 3, y: 4},
|
| - {js: "", css: "instant", x: 4, y: 5},
|
| - {js: "smooth", css: "instant", waitForEnd: true, x: 10, y: 15},
|
| + {js: "auto", css: "auto", x: 3, y: 4},
|
| + {js: "", css: "auto", x: 4, y: 5},
|
| + {js: "smooth", css: "auto", waitForEnd: true, x: 10, y: 15},
|
| {js: "smooth", css: "smooth", waitForEnd: true, x: 20, y: 25},
|
| {js: "auto", css: "smooth", waitForEnd: true, x: 30, y: 35},
|
| {js: "", css: "smooth", waitForEnd: true, x: 40, y: 45},
|
| - {js: "smooth", css: "instant", waitForEnd: false, x: 4000, y: 4100},
|
| + {js: "smooth", css: "auto", waitForEnd: false, x: 4000, y: 4100},
|
| {js: "smooth", css: "smooth", waitForEnd: false, x: -3900, y: -3850},
|
| {js: "auto", css: "smooth", waitForEnd: false, x: 4050, y: 4000},
|
| {js: "", css: "smooth", waitForEnd: false, x: -4000, y: -4100},
|
|
|