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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/background-size-interpolation-expected.txt

Issue 1732323003: Handling transition animation between non-interpolable values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Supporting Webkit Layout Tests to the change Created 4 years, 9 months 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 | third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/background-size-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/background-size-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/background-size-interpolation-expected.txt
index 4b1cf2b96b6a0e7dfc21bd56ec49bc42294f59df..fd8b5889151b46ca191887a2380af6e11bffaeac 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/background-size-interpolation-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/background-size-interpolation-expected.txt
@@ -7,9 +7,9 @@ PASS CSS Transitions: property <background-size> from [] to [20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [] to [20px 20px, 0px 0px] at (0.75) is [17.5px 17.5px, 2.5px 2.5px, 17.5px 17.5px, 2.5px 2.5px]
PASS CSS Transitions: property <background-size> from [] to [20px 20px, 0px 0px] at (1) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [] to [20px 20px, 0px 0px] at (1.25) is [22.5px 22.5px, 0px 0px, 22.5px 22.5px, 0px 0px]
-FAIL CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) is [auto, auto, auto, auto] assert_equals: expected "20px 20px , 0px 0px , 20px 20px , 0px 0px " but got "auto , auto , auto , auto "
-FAIL CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) is [auto, auto, auto, auto] assert_equals: expected "20px 20px , 0px 0px , 20px 20px , 0px 0px " but got "auto , auto , auto , auto "
-FAIL CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) is [auto, auto, auto, auto] assert_equals: expected "20px 20px , 0px 0px , 20px 20px , 0px 0px " but got "auto , auto , auto , auto "
+PASS CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
+PASS CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
+PASS CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
alancutter (OOO until 2018) 2016/03/22 09:01:37 Please delete this expectation file as there are n
PASS CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
@@ -21,9 +21,9 @@ PASS CSS Transitions: property <background-size> from [inherit] to [20px 20px, 0
PASS CSS Transitions: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (0.75) is [40px 40px, 25px 25px, 40px 40px, 25px 25px]
PASS CSS Transitions: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (1) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (1.25) is [0px 0px, 0px 0px, 0px 0px, 0px 0px]
-FAIL CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) is [auto, auto, auto, auto] assert_equals: expected "20px 20px , 0px 0px , 20px 20px , 0px 0px " but got "auto , auto , auto , auto "
-FAIL CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) is [auto, auto, auto, auto] assert_equals: expected "20px 20px , 0px 0px , 20px 20px , 0px 0px " but got "auto , auto , auto , auto "
-FAIL CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) is [auto, auto, auto, auto] assert_equals: expected "20px 20px , 0px 0px , 20px 20px , 0px 0px " but got "auto , auto , auto , auto "
+PASS CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
+PASS CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
+PASS CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
PASS CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) is [20px 20px, 0px 0px, 20px 20px, 0px 0px]
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698