summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html b/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html
index 3057d40..e6cf5c7 100644
--- a/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-scrollTop.html
+++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-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},