Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: LayoutTests/fast/scroll-behavior/listbox-scrollTop.html

Issue 766023002: Rename 'instant' value of scroll-behavior CSS property to 'auto' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/scroll-behavior/main-frame-scroll.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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},
« no previous file with comments | « no previous file | LayoutTests/fast/scroll-behavior/main-frame-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698