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

Unified Diff: LayoutTests/fast/scroll-behavior/parse-scroll-behavior-expected.txt

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/parse-scroll-behavior-expected.txt
diff --git a/LayoutTests/fast/scroll-behavior/parse-scroll-behavior-expected.txt b/LayoutTests/fast/scroll-behavior/parse-scroll-behavior-expected.txt
index fdf34e89ae5f5a9eb84cc115c4523d4b4ed63712..41e4fdca70cb7c1acdf572a64bf40115a7e53219 100644
--- a/LayoutTests/fast/scroll-behavior/parse-scroll-behavior-expected.txt
+++ b/LayoutTests/fast/scroll-behavior/parse-scroll-behavior-expected.txt
@@ -4,19 +4,19 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Test getting scroll-behavior set through CSS
-PASS getComputedStyle(scrollBehaviorInstant, '').getPropertyValue('scroll-behavior') is 'instant'
+PASS getComputedStyle(scrollBehaviorAuto, '').getPropertyValue('scroll-behavior') is 'auto'
PASS getComputedStyle(scrollBehaviorSmooth, '').getPropertyValue('scroll-behavior') is 'smooth'
Test initial value of scroll-behavior
-PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'instant'
+PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'auto'
Test getting and setting scroll-behavior through JS
PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'smooth'
-PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'instant'
+PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'auto'
Test the value 'initial'
PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'smooth'
-PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'instant'
+PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'auto'
Test the value 'inherit'
PASS getComputedStyle(parentElement, '').getPropertyValue('scroll-behavior') is 'smooth'
@@ -24,7 +24,7 @@ PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'smoot
Test that scroll-behavior is not inherited by default
PASS getComputedStyle(parentElement, '').getPropertyValue('scroll-behavior') is 'smooth'
-PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'instant'
+PASS getComputedStyle(element, '').getPropertyValue('scroll-behavior') is 'auto'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/scroll-behavior/parse-scroll-behavior.html ('k') | LayoutTests/fast/scroll-behavior/subframe-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698