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

Unified Diff: LayoutTests/fast/scroll-behavior/subframe-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
Index: LayoutTests/fast/scroll-behavior/subframe-scrollTop.html
diff --git a/LayoutTests/fast/scroll-behavior/subframe-scrollTop.html b/LayoutTests/fast/scroll-behavior/subframe-scrollTop.html
index dc95b08d53afc1be88351090fd957b60ad2fedda..a146e8489fa4c12b54a9d818084dc0660ab33a47 100644
--- a/LayoutTests/fast/scroll-behavior/subframe-scrollTop.html
+++ b/LayoutTests/fast/scroll-behavior/subframe-scrollTop.html
@@ -28,15 +28,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},
« no previous file with comments | « LayoutTests/fast/scroll-behavior/subframe-scrollTo.html ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698