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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt

Issue 1881333002: Use neutralKeyframe sentinal instead of '' for interpolation-test.js tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix composition test code Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
index be3c4d775a7dc411ffe32ee47cf260e946da3ccf..99b59bb25875a7bca3b4ea075ec986507fc719c4 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/z-index-interpolation-expected.txt
@@ -1,11 +1,11 @@
This is a testharness.js-based test.
PASS This test uses interpolation-test.js.
-PASS CSS Transitions: property <z-index> from [] to [5] at (-0.3) is [-4]
-PASS CSS Transitions: property <z-index> from [] to [5] at (0) is [-2]
-PASS CSS Transitions: property <z-index> from [] to [5] at (0.3) is [0]
-PASS CSS Transitions: property <z-index> from [] to [5] at (0.6) is [2]
-PASS CSS Transitions: property <z-index> from [] to [5] at (1) is [5]
-PASS CSS Transitions: property <z-index> from [] to [5] at (1.5) is [9]
+PASS CSS Transitions: property <z-index> from neutral to [5] at (-0.3) is [-4]
+PASS CSS Transitions: property <z-index> from neutral to [5] at (0) is [-2]
+PASS CSS Transitions: property <z-index> from neutral to [5] at (0.3) is [0]
+PASS CSS Transitions: property <z-index> from neutral to [5] at (0.6) is [2]
+PASS CSS Transitions: property <z-index> from neutral to [5] at (1) is [5]
+PASS CSS Transitions: property <z-index> from neutral to [5] at (1.5) is [9]
PASS CSS Transitions: property <z-index> from [initial] to [5] at (-0.3) is [5]
PASS CSS Transitions: property <z-index> from [initial] to [5] at (0) is [5]
PASS CSS Transitions: property <z-index> from [initial] to [5] at (0.3) is [5]
@@ -52,12 +52,12 @@ PASS CSS Transitions: property <z-index> from [auto] to [10] at (0.5) is [10]
PASS CSS Transitions: property <z-index> from [auto] to [10] at (0.6) is [10]
PASS CSS Transitions: property <z-index> from [auto] to [10] at (1) is [10]
PASS CSS Transitions: property <z-index> from [auto] to [10] at (1.5) is [10]
-PASS CSS Animations: property <z-index> from [] to [5] at (-0.3) is [-4]
-PASS CSS Animations: property <z-index> from [] to [5] at (0) is [-2]
-PASS CSS Animations: property <z-index> from [] to [5] at (0.3) is [0]
-PASS CSS Animations: property <z-index> from [] to [5] at (0.6) is [2]
-PASS CSS Animations: property <z-index> from [] to [5] at (1) is [5]
-PASS CSS Animations: property <z-index> from [] to [5] at (1.5) is [9]
+PASS CSS Animations: property <z-index> from neutral to [5] at (-0.3) is [-4]
+PASS CSS Animations: property <z-index> from neutral to [5] at (0) is [-2]
+PASS CSS Animations: property <z-index> from neutral to [5] at (0.3) is [0]
+PASS CSS Animations: property <z-index> from neutral to [5] at (0.6) is [2]
+PASS CSS Animations: property <z-index> from neutral to [5] at (1) is [5]
+PASS CSS Animations: property <z-index> from neutral to [5] at (1.5) is [9]
PASS CSS Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto]
PASS CSS Animations: property <z-index> from [initial] to [5] at (0) is [auto]
PASS CSS Animations: property <z-index> from [initial] to [5] at (0.3) is [auto]
@@ -104,6 +104,12 @@ PASS CSS Animations: property <z-index> from [auto] to [10] at (0.5) is [10]
PASS CSS Animations: property <z-index> from [auto] to [10] at (0.6) is [10]
PASS CSS Animations: property <z-index> from [auto] to [10] at (1) is [10]
PASS CSS Animations: property <z-index> from [auto] to [10] at (1.5) is [10]
+PASS Web Animations: property <z-index> from neutral to [5] at (-0.3) is [-4]
+PASS Web Animations: property <z-index> from neutral to [5] at (0) is [-2]
+PASS Web Animations: property <z-index> from neutral to [5] at (0.3) is [0]
+PASS Web Animations: property <z-index> from neutral to [5] at (0.6) is [2]
+PASS Web Animations: property <z-index> from neutral to [5] at (1) is [5]
+PASS Web Animations: property <z-index> from neutral to [5] at (1.5) is [9]
PASS Web Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto]
PASS Web Animations: property <z-index> from [initial] to [5] at (0) is [auto]
PASS Web Animations: property <z-index> from [initial] to [5] at (0.3) is [auto]

Powered by Google App Engine
This is Rietveld 408576698