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

Unified Diff: LayoutTests/fast/scroll-behavior/subframe-scrollLeft.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-scrollLeft.html
diff --git a/LayoutTests/fast/scroll-behavior/subframe-scrollLeft.html b/LayoutTests/fast/scroll-behavior/subframe-scrollLeft.html
index 2741e9ff6652998573ccc1528fa3c3e57943577b..1774a0d672bb1b51a1467310da10e513704bd78e 100644
--- a/LayoutTests/fast/scroll-behavior/subframe-scrollLeft.html
+++ b/LayoutTests/fast/scroll-behavior/subframe-scrollLeft.html
@@ -28,15 +28,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},
« no previous file with comments | « LayoutTests/fast/scroll-behavior/subframe-scrollBy.html ('k') | LayoutTests/fast/scroll-behavior/subframe-scrollTo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698