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

Unified Diff: third_party/WebKit/LayoutTests/animations/custom-properties/length-type-interpolation-expected.txt

Issue 2730683002: Add CSS Transition support to registered custom properties (Closed)
Patch Set: comments Created 3 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
Index: third_party/WebKit/LayoutTests/animations/custom-properties/length-type-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/custom-properties/length-type-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/custom-properties/length-type-interpolation-expected.txt
deleted file mode 100644
index 5a6378f6de36e30789847679e2b1cb94d94d0d7a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/custom-properties/length-type-interpolation-expected.txt
+++ /dev/null
@@ -1,109 +0,0 @@
-This is a testharness.js-based test.
-PASS This test uses interpolation-test.js.
-FAIL CSS Transitions: property <--length> from neutral to [20px] at (-0.3) is [20px] assert_equals: expected "7px " but got "20px "
-FAIL CSS Transitions: property <--length> from neutral to [20px] at (0) is [20px] assert_equals: expected "10px " but got "20px "
-FAIL CSS Transitions: property <--length> from neutral to [20px] at (0.5) is [20px] assert_equals: expected "15px " but got "20px "
-PASS CSS Transitions: property <--length> from neutral to [20px] at (1) is [20px]
-FAIL CSS Transitions: property <--length> from neutral to [20px] at (1.5) is [20px] assert_equals: expected "25px " but got "20px "
-FAIL CSS Transitions: property <--length> from [initial] to [20px] at (-0.3) is [20px] assert_equals: expected "46px " but got "20px "
-FAIL CSS Transitions: property <--length> from [initial] to [20px] at (0) is [20px] assert_equals: expected "40px " but got "20px "
-FAIL CSS Transitions: property <--length> from [initial] to [20px] at (0.5) is [20px] assert_equals: expected "30px " but got "20px "
-PASS CSS Transitions: property <--length> from [initial] to [20px] at (1) is [20px]
-FAIL CSS Transitions: property <--length> from [initial] to [20px] at (1.5) is [20px] assert_equals: expected "10px " but got "20px "
-FAIL CSS Transitions: property <--length> from [inherit] to [20px] at (-0.3) is [20px] assert_equals: expected "33px " but got "20px "
-FAIL CSS Transitions: property <--length> from [inherit] to [20px] at (0) is [20px] assert_equals: expected "30px " but got "20px "
-FAIL CSS Transitions: property <--length> from [inherit] to [20px] at (0.5) is [20px] assert_equals: expected "25px " but got "20px "
-PASS CSS Transitions: property <--length> from [inherit] to [20px] at (1) is [20px]
-FAIL CSS Transitions: property <--length> from [inherit] to [20px] at (1.5) is [20px] assert_equals: expected "15px " but got "20px "
-FAIL CSS Transitions: property <--length> from [unset] to [20px] at (-0.3) is [20px] assert_equals: expected "46px " but got "20px "
-FAIL CSS Transitions: property <--length> from [unset] to [20px] at (0) is [20px] assert_equals: expected "40px " but got "20px "
-FAIL CSS Transitions: property <--length> from [unset] to [20px] at (0.5) is [20px] assert_equals: expected "30px " but got "20px "
-PASS CSS Transitions: property <--length> from [unset] to [20px] at (1) is [20px]
-FAIL CSS Transitions: property <--length> from [unset] to [20px] at (1.5) is [20px] assert_equals: expected "10px " but got "20px "
-FAIL CSS Transitions: property <--length> from [-10px] to [10px] at (-0.3) is [10px] assert_equals: expected "- 16px " but got "10px "
-FAIL CSS Transitions: property <--length> from [-10px] to [10px] at (0) is [10px] assert_equals: expected "- 10px " but got "10px "
-FAIL CSS Transitions: property <--length> from [-10px] to [10px] at (0.5) is [10px] assert_equals: expected "0px " but got "10px "
-PASS CSS Transitions: property <--length> from [-10px] to [10px] at (1) is [10px]
-FAIL CSS Transitions: property <--length> from [-10px] to [10px] at (1.5) is [10px] assert_equals: expected "20px " but got "10px "
-FAIL CSS Transitions: property <--length> from [10em] to [20em] at (-0.3) is [400px] assert_equals: expected "140px " but got "400px "
-FAIL CSS Transitions: property <--length> from [10em] to [20em] at (0) is [400px] assert_equals: expected "200px " but got "400px "
-FAIL CSS Transitions: property <--length> from [10em] to [20em] at (0.5) is [400px] assert_equals: expected "300px " but got "400px "
-PASS CSS Transitions: property <--length> from [10em] to [20em] at (1) is [400px]
-FAIL CSS Transitions: property <--length> from [10em] to [20em] at (1.5) is [400px] assert_equals: expected "500px " but got "400px "
-FAIL CSS Transitions: property <--length> from [10em] to [100px] at (-0.3) is [100px] assert_equals: expected "230px " but got "100px "
-FAIL CSS Transitions: property <--length> from [10em] to [100px] at (0) is [100px] assert_equals: expected "200px " but got "100px "
-FAIL CSS Transitions: property <--length> from [10em] to [100px] at (0.5) is [100px] assert_equals: expected "150px " but got "100px "
-PASS CSS Transitions: property <--length> from [10em] to [100px] at (1) is [100px]
-FAIL CSS Transitions: property <--length> from [10em] to [100px] at (1.5) is [100px] assert_equals: expected "50px " but got "100px "
-PASS CSS Animations: property <--length> from neutral to [20px] at (-0.3) is [7px]
-PASS CSS Animations: property <--length> from neutral to [20px] at (0) is [10px]
-PASS CSS Animations: property <--length> from neutral to [20px] at (0.5) is [15px]
-PASS CSS Animations: property <--length> from neutral to [20px] at (1) is [20px]
-PASS CSS Animations: property <--length> from neutral to [20px] at (1.5) is [25px]
-PASS CSS Animations: property <--length> from [initial] to [20px] at (-0.3) is [46px]
-PASS CSS Animations: property <--length> from [initial] to [20px] at (0) is [40px]
-PASS CSS Animations: property <--length> from [initial] to [20px] at (0.5) is [30px]
-PASS CSS Animations: property <--length> from [initial] to [20px] at (1) is [20px]
-PASS CSS Animations: property <--length> from [initial] to [20px] at (1.5) is [10px]
-PASS CSS Animations: property <--length> from [inherit] to [20px] at (-0.3) is [33px]
-PASS CSS Animations: property <--length> from [inherit] to [20px] at (0) is [30px]
-PASS CSS Animations: property <--length> from [inherit] to [20px] at (0.5) is [25px]
-PASS CSS Animations: property <--length> from [inherit] to [20px] at (1) is [20px]
-PASS CSS Animations: property <--length> from [inherit] to [20px] at (1.5) is [15px]
-PASS CSS Animations: property <--length> from [unset] to [20px] at (-0.3) is [46px]
-PASS CSS Animations: property <--length> from [unset] to [20px] at (0) is [40px]
-PASS CSS Animations: property <--length> from [unset] to [20px] at (0.5) is [30px]
-PASS CSS Animations: property <--length> from [unset] to [20px] at (1) is [20px]
-PASS CSS Animations: property <--length> from [unset] to [20px] at (1.5) is [10px]
-PASS CSS Animations: property <--length> from [-10px] to [10px] at (-0.3) is [-16px]
-PASS CSS Animations: property <--length> from [-10px] to [10px] at (0) is [-10px]
-PASS CSS Animations: property <--length> from [-10px] to [10px] at (0.5) is [0px]
-PASS CSS Animations: property <--length> from [-10px] to [10px] at (1) is [10px]
-PASS CSS Animations: property <--length> from [-10px] to [10px] at (1.5) is [20px]
-PASS CSS Animations: property <--length> from [10em] to [20em] at (-0.3) is [140px]
-PASS CSS Animations: property <--length> from [10em] to [20em] at (0) is [200px]
-PASS CSS Animations: property <--length> from [10em] to [20em] at (0.5) is [300px]
-PASS CSS Animations: property <--length> from [10em] to [20em] at (1) is [400px]
-PASS CSS Animations: property <--length> from [10em] to [20em] at (1.5) is [500px]
-PASS CSS Animations: property <--length> from [10em] to [100px] at (-0.3) is [230px]
-PASS CSS Animations: property <--length> from [10em] to [100px] at (0) is [200px]
-PASS CSS Animations: property <--length> from [10em] to [100px] at (0.5) is [150px]
-PASS CSS Animations: property <--length> from [10em] to [100px] at (1) is [100px]
-PASS CSS Animations: property <--length> from [10em] to [100px] at (1.5) is [50px]
-PASS Web Animations: property <--length> from neutral to [20px] at (-0.3) is [7px]
-PASS Web Animations: property <--length> from neutral to [20px] at (0) is [10px]
-PASS Web Animations: property <--length> from neutral to [20px] at (0.5) is [15px]
-PASS Web Animations: property <--length> from neutral to [20px] at (1) is [20px]
-PASS Web Animations: property <--length> from neutral to [20px] at (1.5) is [25px]
-PASS Web Animations: property <--length> from [initial] to [20px] at (-0.3) is [46px]
-PASS Web Animations: property <--length> from [initial] to [20px] at (0) is [40px]
-PASS Web Animations: property <--length> from [initial] to [20px] at (0.5) is [30px]
-PASS Web Animations: property <--length> from [initial] to [20px] at (1) is [20px]
-PASS Web Animations: property <--length> from [initial] to [20px] at (1.5) is [10px]
-PASS Web Animations: property <--length> from [inherit] to [20px] at (-0.3) is [33px]
-PASS Web Animations: property <--length> from [inherit] to [20px] at (0) is [30px]
-PASS Web Animations: property <--length> from [inherit] to [20px] at (0.5) is [25px]
-PASS Web Animations: property <--length> from [inherit] to [20px] at (1) is [20px]
-PASS Web Animations: property <--length> from [inherit] to [20px] at (1.5) is [15px]
-PASS Web Animations: property <--length> from [unset] to [20px] at (-0.3) is [46px]
-PASS Web Animations: property <--length> from [unset] to [20px] at (0) is [40px]
-PASS Web Animations: property <--length> from [unset] to [20px] at (0.5) is [30px]
-PASS Web Animations: property <--length> from [unset] to [20px] at (1) is [20px]
-PASS Web Animations: property <--length> from [unset] to [20px] at (1.5) is [10px]
-PASS Web Animations: property <--length> from [-10px] to [10px] at (-0.3) is [-16px]
-PASS Web Animations: property <--length> from [-10px] to [10px] at (0) is [-10px]
-PASS Web Animations: property <--length> from [-10px] to [10px] at (0.5) is [0px]
-PASS Web Animations: property <--length> from [-10px] to [10px] at (1) is [10px]
-PASS Web Animations: property <--length> from [-10px] to [10px] at (1.5) is [20px]
-PASS Web Animations: property <--length> from [10em] to [20em] at (-0.3) is [140px]
-PASS Web Animations: property <--length> from [10em] to [20em] at (0) is [200px]
-PASS Web Animations: property <--length> from [10em] to [20em] at (0.5) is [300px]
-PASS Web Animations: property <--length> from [10em] to [20em] at (1) is [400px]
-PASS Web Animations: property <--length> from [10em] to [20em] at (1.5) is [500px]
-PASS Web Animations: property <--length> from [10em] to [100px] at (-0.3) is [230px]
-PASS Web Animations: property <--length> from [10em] to [100px] at (0) is [200px]
-PASS Web Animations: property <--length> from [10em] to [100px] at (0.5) is [150px]
-PASS Web Animations: property <--length> from [10em] to [100px] at (1) is [100px]
-PASS Web Animations: property <--length> from [10em] to [100px] at (1.5) is [50px]
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698