| Index: LayoutTests/fast/scroll-behavior/listbox-scrollTop.html
|
| diff --git a/LayoutTests/fast/scroll-behavior/listbox-scrollTop.html b/LayoutTests/fast/scroll-behavior/listbox-scrollTop.html
|
| index 00207a2bb9ef53cdce7a09f90a056a8e95bf8cbe..46e5483e7cbbd18a273e635a88ae9a6eac88c463 100644
|
| --- a/LayoutTests/fast/scroll-behavior/listbox-scrollTop.html
|
| +++ b/LayoutTests/fast/scroll-behavior/listbox-scrollTop.html
|
| @@ -24,15 +24,15 @@
|
| }
|
|
|
| var testScrolls = [
|
| - {js: "instant", css: "instant", index: 2},
|
| + {js: "instant", css: "auto", index: 2},
|
| {js: "instant", css: "smooth", index: 3},
|
| - {js: "auto", css: "instant", index: 4},
|
| - {js: "", css: "instant", index: 5},
|
| - {js: "smooth", css: "instant", waitForEnd: true, index: 15},
|
| + {js: "auto", css: "auto", index: 4},
|
| + {js: "", css: "auto", index: 5},
|
| + {js: "smooth", css: "auto", waitForEnd: true, index: 15},
|
| {js: "smooth", css: "smooth", waitForEnd: true, index: 20},
|
| {js: "auto", css: "smooth", waitForEnd: true, index: 30},
|
| {js: "", css: "smooth", waitForEnd: true, index: 35},
|
| - {js: "smooth", css: "instant", waitForEnd: false, index: 410},
|
| + {js: "smooth", css: "auto", waitForEnd: false, index: 410},
|
| {js: "smooth", css: "smooth", waitForEnd: false, index: 20},
|
| {js: "auto", css: "smooth", waitForEnd: false, index: 400},
|
| {js: "", css: "smooth", waitForEnd: false, index: 5},
|
|
|