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

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

Issue 2703593004: Support animating <number> custom properties (Closed)
Patch Set: Created 3 years, 10 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/number-type-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/custom-properties/number-type-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/custom-properties/number-type-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..211c1c0d09f56a8e55d983b62c5ec3dd143175ff
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/animations/custom-properties/number-type-interpolation-expected.txt
@@ -0,0 +1,79 @@
+This is a testharness.js-based test.
+PASS This test uses interpolation-test.js.
+FAIL CSS Transitions: property <--number> from neutral to [20] at (-0.3) is [20] assert_equals: expected "7 " but got "20 "
+FAIL CSS Transitions: property <--number> from neutral to [20] at (0) is [20] assert_equals: expected "10 " but got "20 "
+FAIL CSS Transitions: property <--number> from neutral to [20] at (0.5) is [20] assert_equals: expected "15 " but got "20 "
+PASS CSS Transitions: property <--number> from neutral to [20] at (1) is [20]
+FAIL CSS Transitions: property <--number> from neutral to [20] at (1.5) is [20] assert_equals: expected "25 " but got "20 "
+FAIL CSS Transitions: property <--number> from [initial] to [20] at (-0.3) is [20] assert_equals: expected "46 " but got "20 "
+FAIL CSS Transitions: property <--number> from [initial] to [20] at (0) is [20] assert_equals: expected "40 " but got "20 "
+FAIL CSS Transitions: property <--number> from [initial] to [20] at (0.5) is [20] assert_equals: expected "30 " but got "20 "
+PASS CSS Transitions: property <--number> from [initial] to [20] at (1) is [20]
+FAIL CSS Transitions: property <--number> from [initial] to [20] at (1.5) is [20] assert_equals: expected "10 " but got "20 "
+FAIL CSS Transitions: property <--number> from [inherit] to [20] at (-0.3) is [20] assert_equals: expected "33 " but got "20 "
+FAIL CSS Transitions: property <--number> from [inherit] to [20] at (0) is [20] assert_equals: expected "30 " but got "20 "
+FAIL CSS Transitions: property <--number> from [inherit] to [20] at (0.5) is [20] assert_equals: expected "25 " but got "20 "
+PASS CSS Transitions: property <--number> from [inherit] to [20] at (1) is [20]
+FAIL CSS Transitions: property <--number> from [inherit] to [20] at (1.5) is [20] assert_equals: expected "15 " but got "20 "
+FAIL CSS Transitions: property <--number> from [unset] to [20] at (-0.3) is [20] assert_equals: expected "46 " but got "20 "
+FAIL CSS Transitions: property <--number> from [unset] to [20] at (0) is [20] assert_equals: expected "40 " but got "20 "
+FAIL CSS Transitions: property <--number> from [unset] to [20] at (0.5) is [20] assert_equals: expected "30 " but got "20 "
+PASS CSS Transitions: property <--number> from [unset] to [20] at (1) is [20]
+FAIL CSS Transitions: property <--number> from [unset] to [20] at (1.5) is [20] assert_equals: expected "10 " but got "20 "
+FAIL CSS Transitions: property <--number> from [-10] to [10] at (-0.3) is [10] assert_equals: expected "- 16 " but got "10 "
+FAIL CSS Transitions: property <--number> from [-10] to [10] at (0) is [10] assert_equals: expected "- 10 " but got "10 "
+FAIL CSS Transitions: property <--number> from [-10] to [10] at (0.5) is [10] assert_equals: expected "0 " but got "10 "
+PASS CSS Transitions: property <--number> from [-10] to [10] at (1) is [10]
+FAIL CSS Transitions: property <--number> from [-10] to [10] at (1.5) is [10] assert_equals: expected "20 " but got "10 "
+PASS CSS Animations: property <--number> from neutral to [20] at (-0.3) is [7]
+PASS CSS Animations: property <--number> from neutral to [20] at (0) is [10]
+PASS CSS Animations: property <--number> from neutral to [20] at (0.5) is [15]
+PASS CSS Animations: property <--number> from neutral to [20] at (1) is [20]
+PASS CSS Animations: property <--number> from neutral to [20] at (1.5) is [25]
+PASS CSS Animations: property <--number> from [initial] to [20] at (-0.3) is [46]
+PASS CSS Animations: property <--number> from [initial] to [20] at (0) is [40]
+PASS CSS Animations: property <--number> from [initial] to [20] at (0.5) is [30]
+PASS CSS Animations: property <--number> from [initial] to [20] at (1) is [20]
+PASS CSS Animations: property <--number> from [initial] to [20] at (1.5) is [10]
+PASS CSS Animations: property <--number> from [inherit] to [20] at (-0.3) is [33]
+PASS CSS Animations: property <--number> from [inherit] to [20] at (0) is [30]
+PASS CSS Animations: property <--number> from [inherit] to [20] at (0.5) is [25]
+PASS CSS Animations: property <--number> from [inherit] to [20] at (1) is [20]
+PASS CSS Animations: property <--number> from [inherit] to [20] at (1.5) is [15]
+PASS CSS Animations: property <--number> from [unset] to [20] at (-0.3) is [46]
+PASS CSS Animations: property <--number> from [unset] to [20] at (0) is [40]
+PASS CSS Animations: property <--number> from [unset] to [20] at (0.5) is [30]
+PASS CSS Animations: property <--number> from [unset] to [20] at (1) is [20]
+PASS CSS Animations: property <--number> from [unset] to [20] at (1.5) is [10]
+PASS CSS Animations: property <--number> from [-10] to [10] at (-0.3) is [-16]
+PASS CSS Animations: property <--number> from [-10] to [10] at (0) is [-10]
+PASS CSS Animations: property <--number> from [-10] to [10] at (0.5) is [0]
+PASS CSS Animations: property <--number> from [-10] to [10] at (1) is [10]
+PASS CSS Animations: property <--number> from [-10] to [10] at (1.5) is [20]
+PASS Web Animations: property <--number> from neutral to [20] at (-0.3) is [7]
+PASS Web Animations: property <--number> from neutral to [20] at (0) is [10]
+PASS Web Animations: property <--number> from neutral to [20] at (0.5) is [15]
+PASS Web Animations: property <--number> from neutral to [20] at (1) is [20]
+PASS Web Animations: property <--number> from neutral to [20] at (1.5) is [25]
+PASS Web Animations: property <--number> from [initial] to [20] at (-0.3) is [46]
+PASS Web Animations: property <--number> from [initial] to [20] at (0) is [40]
+PASS Web Animations: property <--number> from [initial] to [20] at (0.5) is [30]
+PASS Web Animations: property <--number> from [initial] to [20] at (1) is [20]
+PASS Web Animations: property <--number> from [initial] to [20] at (1.5) is [10]
+PASS Web Animations: property <--number> from [inherit] to [20] at (-0.3) is [33]
+PASS Web Animations: property <--number> from [inherit] to [20] at (0) is [30]
+PASS Web Animations: property <--number> from [inherit] to [20] at (0.5) is [25]
+PASS Web Animations: property <--number> from [inherit] to [20] at (1) is [20]
+PASS Web Animations: property <--number> from [inherit] to [20] at (1.5) is [15]
+PASS Web Animations: property <--number> from [unset] to [20] at (-0.3) is [46]
+PASS Web Animations: property <--number> from [unset] to [20] at (0) is [40]
+PASS Web Animations: property <--number> from [unset] to [20] at (0.5) is [30]
+PASS Web Animations: property <--number> from [unset] to [20] at (1) is [20]
+PASS Web Animations: property <--number> from [unset] to [20] at (1.5) is [10]
+PASS Web Animations: property <--number> from [-10] to [10] at (-0.3) is [-16]
+PASS Web Animations: property <--number> from [-10] to [10] at (0) is [-10]
+PASS Web Animations: property <--number> from [-10] to [10] at (0.5) is [0]
+PASS Web Animations: property <--number> from [-10] to [10] at (1) is [10]
+PASS Web Animations: property <--number> from [-10] to [10] at (1.5) is [20]
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698