| Index: LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft.html
|
| diff --git a/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft.html b/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft.html
|
| index e1779a4f4765f9a0d65e32db02b6d19c7e62e4de..731fac6eb7db741f595222f375f0f5a8c8970568 100644
|
| --- a/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft.html
|
| +++ b/LayoutTests/fast/scroll-behavior/overflow-hidden-scrollLeft.html
|
| @@ -35,15 +35,15 @@
|
| }
|
|
|
| const testScrolls = [
|
| - {js: "instant", css: "instant", x: 1, y: 0},
|
| + {js: "instant", css: "auto", x: 1, y: 0},
|
| {js: "instant", css: "smooth", x: 2, y: 0},
|
| - {js: "auto", css: "instant", x: 3, y: 0},
|
| - {js: "", css: "instant", x: 4, y: 0},
|
| - {js: "smooth", css: "instant", waitForEnd: true, x: 10, y: 0},
|
| + {js: "auto", css: "auto", x: 3, y: 0},
|
| + {js: "", css: "auto", x: 4, y: 0},
|
| + {js: "smooth", css: "auto", waitForEnd: true, x: 10, y: 0},
|
| {js: "smooth", css: "smooth", waitForEnd: true, x: 20, y: 0},
|
| {js: "auto", css: "smooth", waitForEnd: true, x: 30, y: 0},
|
| {js: "", css: "smooth", waitForEnd: true, x: 40, y: 0},
|
| - {js: "smooth", css: "instant", waitForEnd: false, x: 4000, y: 0},
|
| + {js: "smooth", css: "auto", waitForEnd: false, x: 4000, y: 0},
|
| {js: "smooth", css: "smooth", waitForEnd: false, x: 15, y: 0},
|
| {js: "auto", css: "smooth", waitForEnd: false, x: 4100, y: 0},
|
| {js: "", css: "smooth", waitForEnd: false, x: 10, y: 0},
|
|
|