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

Unified Diff: LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt

Issue 1262283002: Fix 50% flip handling of CSS Animations using CSS wide keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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: LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt b/LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt
index 8f9f914fca35c1134c3b991d6dd34a100b068b99..4c95dbcb132618c835dcb296b06a93db4011f51a 100644
--- a/LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt
@@ -1,8 +1,37 @@
This is a testharness.js-based test.
PASS This test uses interpolation-test.js.
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../green-20.png)]
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../green-20.png)]
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.3) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Transitions: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../stripes-20.png)]
FAIL CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.3) is [url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / stripes - 20.png ) , 0.3 ) " but got "url ( file : / / / ... / stripes - 20.png ) "
+FAIL CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.5) is [url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / stripes - 20.png ) , 0.5 ) " but got "url ( file : / / / ... / stripes - 20.png ) "
FAIL CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / stripes - 20.png ) , 0.6 ) " but got "url ( file : / / / ... / stripes - 20.png ) "
PASS CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
@@ -16,24 +45,56 @@ PASS CSS Transitions: property <list-style-image> from [none] to [url(../resourc
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../green-20.png)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../green-20.png)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.5)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.6)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
FAIL CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "url ( file : / / / ... / green - 20.png ) " but got "linear - gradient ( 45deg , blue , orange ) "
FAIL CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "url ( file : / / / ... / green - 20.png ) " but got "linear - gradient ( 45deg , blue , orange ) "
FAIL CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / green - 20.png ) , linear - gradient ( 45deg , blue , orange ) , 0.3 ) " but got "linear - gradient ( 45deg , blue , orange ) "
+FAIL CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / green - 20.png ) , linear - gradient ( 45deg , blue , orange ) , 0.5 ) " but got "linear - gradient ( 45deg , blue , orange ) "
FAIL CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / green - 20.png ) , linear - gradient ( 45deg , blue , orange ) , 0.6 ) " but got "linear - gradient ( 45deg , blue , orange ) "
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (1) is [linear-gradient(45deg, blue, orange)]
PASS CSS Transitions: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) is [linear-gradient(45deg, blue, orange)]
FAIL CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "linear - gradient ( - 45deg , red , yellow ) " but got "linear - gradient ( 45deg , blue , orange ) "
FAIL CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "linear - gradient ( - 45deg , red , yellow ) " but got "linear - gradient ( 45deg , blue , orange ) "
FAIL CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , red , yellow ) , linear - gradient ( 45deg , blue , orange ) , 0.3 ) " but got "linear - gradient ( 45deg , blue , orange ) "
+FAIL CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , red , yellow ) , linear - gradient ( 45deg , blue , orange ) , 0.5 ) " but got "linear - gradient ( 45deg , blue , orange ) "
FAIL CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) is [linear-gradient(45deg, blue, orange)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , red , yellow ) , linear - gradient ( 45deg , blue , orange ) , 0.6 ) " but got "linear - gradient ( 45deg , blue , orange ) "
PASS CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) is [linear-gradient(45deg, blue, orange)]
PASS CSS Transitions: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) is [linear-gradient(45deg, blue, orange)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../green-20.png)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../green-20.png)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (-0.3) is [none]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0) is [none]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.3) is [none]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS CSS Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../stripes-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../stripes-20.png), 0.5)]
PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../stripes-20.png), 0.6)]
PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
@@ -47,24 +108,49 @@ PASS CSS Animations: property <list-style-image> from [none] to [url(../resource
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../green-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../green-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.5)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.6)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) is [url(file:///.../green-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0) is [url(file:///.../green-20.png)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), linear-gradient(45deg, blue, orange), 0.3)]
+PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), linear-gradient(45deg, blue, orange), 0.5)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), linear-gradient(45deg, blue, orange), 0.6)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (1) is [linear-gradient(45deg, blue, orange)]
PASS CSS Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) is [linear-gradient(45deg, blue, orange)]
PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) is [linear-gradient(-45deg, red, yellow)]
PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) is [linear-gradient(-45deg, red, yellow)]
PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) is [-webkit-cross-fade(linear-gradient(-45deg, red, yellow), linear-gradient(45deg, blue, orange), 0.3)]
+PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) is [-webkit-cross-fade(linear-gradient(-45deg, red, yellow), linear-gradient(45deg, blue, orange), 0.5)]
PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) is [-webkit-cross-fade(linear-gradient(-45deg, red, yellow), linear-gradient(45deg, blue, orange), 0.6)]
PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) is [linear-gradient(45deg, blue, orange)]
PASS CSS Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) is [linear-gradient(45deg, blue, orange)]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (-0.3) is [none]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0) is [none]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.3) is [none]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.5) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [initial] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [inherit] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.5)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
+PASS Web Animations: property <list-style-image> from [unset] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../stripes-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../stripes-20.png), 0.5)]
PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../stripes-20.png), 0.6)]
PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/stripes-20.png)] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
@@ -78,18 +164,21 @@ PASS Web Animations: property <list-style-image> from [none] to [url(../resource
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../green-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../green-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.3)]
+PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.5)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), url(file:///.../stripes-20.png), 0.6)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) is [url(file:///.../green-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0) is [url(file:///.../green-20.png)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) is [-webkit-cross-fade(url(file:///.../green-20.png), linear-gradient(45deg, blue, orange), 0.3)]
+PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) is [-webkit-cross-fade(url(file:///.../green-20.png), linear-gradient(45deg, blue, orange), 0.5)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) is [-webkit-cross-fade(url(file:///.../green-20.png), linear-gradient(45deg, blue, orange), 0.6)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (1) is [linear-gradient(45deg, blue, orange)]
PASS Web Animations: property <list-style-image> from [url(../resources/green-20.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) is [linear-gradient(45deg, blue, orange)]
PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) is [linear-gradient(-45deg, red, yellow)]
PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) is [linear-gradient(-45deg, red, yellow)]
PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) is [-webkit-cross-fade(linear-gradient(-45deg, red, yellow), linear-gradient(45deg, blue, orange), 0.3)]
+PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) is [-webkit-cross-fade(linear-gradient(-45deg, red, yellow), linear-gradient(45deg, blue, orange), 0.5)]
PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) is [-webkit-cross-fade(linear-gradient(-45deg, red, yellow), linear-gradient(45deg, blue, orange), 0.6)]
PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) is [linear-gradient(45deg, blue, orange)]
PASS Web Animations: property <list-style-image> from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) is [linear-gradient(45deg, blue, orange)]

Powered by Google App Engine
This is Rietveld 408576698