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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt

Issue 2236193002: WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_environmentStyle
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt
deleted file mode 100644
index 73e762a7cc59a622b19bf3b9b4202f3a653c634c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt
+++ /dev/null
@@ -1,154 +0,0 @@
-This is a testharness.js-based test.
-PASS This test uses interpolation-test.js.
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../green-20.png), 0.3)]
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../green-20.png), 0.5)]
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../green-20.png), 0.6)]
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (1) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (1.5) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (-0.3) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0.3) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0.5) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0.6) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (1) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (1.5) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../green-20.png), 0.3)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../green-20.png), 0.5)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../green-20.png), 0.6)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (1) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (1.5) is [url(file:///.../green-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0.5) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0) is [url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../blue-20.png), 0.3)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../blue-20.png), 0.5)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../blue-20.png), 0.6)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (1) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (1.5) is [url(file:///.../blue-20.png)]
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (-0.3) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "url ( file : / / / ... / stripes - 20.png ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "url ( file : / / / ... / stripes - 20.png ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0.3) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( 45deg , blue , transparent ) , 0.3 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0.5) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( 45deg , blue , transparent ) , 0.5 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0.6) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( 45deg , blue , transparent ) , 0.6 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (1) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (1.5) is [linear-gradient(45deg, blue, transparent)]
-FAIL CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (-0.3) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "linear - gradient ( - 45deg , blue , transparent ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "linear - gradient ( - 45deg , blue , transparent ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0.3) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , linear - gradient ( 45deg , blue , transparent ) , 0.3 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0.5) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , linear - gradient ( 45deg , blue , transparent ) , 0.5 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0.6) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , linear - gradient ( 45deg , blue , transparent ) , 0.6 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-PASS CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (1) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Transitions: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (1.5) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0.3) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0.5) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0.6) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (1) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (1.5) is [url(file:///.../blue-20.png)]
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)] assert_equals: expected "url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( - 45deg , blue , transparent ) " but got "url ( file : / / / ... / blue - 20.png ) , url ( file : / / / ... / stripes - 20.png ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (0) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)] assert_equals: expected "url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( - 45deg , blue , transparent ) " but got "url ( file : / / / ... / blue - 20.png ) , url ( file : / / / ... / stripes - 20.png ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (0.3) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / blue - 20.png ) , 0.3 ) , - webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , url ( file : / / / ... / stripes - 20.png ) , 0.3 ) " but got "url ( file : / / / ... / blue - 20.png ) , url ( file : / / / ... / stripes - 20.png ) "
-FAIL CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / blue - 20.png ) , 0.6 ) , - webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , url ( file : / / / ... / stripes - 20.png ) , 0.6 ) " but got "url ( file : / / / ... / blue - 20.png ) , url ( file : / / / ... / stripes - 20.png ) "
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (1) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../blue-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0) is [url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3), -webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../blue-20.png), 0.3)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6), -webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../blue-20.png), 0.6)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1.5) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.3) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.5) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.6) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Transitions: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1.5) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../green-20.png), 0.3)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../green-20.png), 0.5)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../green-20.png), 0.6)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (1) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from neutral to [url(../resources/green-20.png)] at (1.5) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (-0.3) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0.3) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0.5) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (0.6) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (1) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [initial] to [url(../resources/green-20.png)] at (1.5) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (-0.3) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../green-20.png), 0.3)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../green-20.png), 0.5)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../green-20.png), 0.6)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (1) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [inherit] to [url(../resources/green-20.png)] at (1.5) is [url(file:///.../green-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (-0.3) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0.3) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0.5) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (1) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [unset] to [url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../blue-20.png), 0.3)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0.5) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../blue-20.png), 0.5)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../stripes-20.png), url(file:///.../blue-20.png), 0.6)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (1) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [url(../resources/blue-20.png)] at (1.5) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (-0.3) is [url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0) is [url(file:///.../stripes-20.png)]
-FAIL CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0.3) is [url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( 45deg , blue , transparent ) , 0.3 ) " but got "url ( file : / / / ... / stripes - 20.png ) "
-FAIL CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0.5) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( 45deg , blue , transparent ) , 0.5 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (0.6) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( 45deg , blue , transparent ) , 0.6 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (1) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png)] to [linear-gradient(45deg, blue, transparent)] at (1.5) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (-0.3) is [linear-gradient(-45deg, blue, transparent)]
-PASS CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0) is [linear-gradient(-45deg, blue, transparent)]
-FAIL CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0.3) is [linear-gradient(-45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , linear - gradient ( 45deg , blue , transparent ) , 0.3 ) " but got "linear - gradient ( - 45deg , blue , transparent ) "
-FAIL CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0.5) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , linear - gradient ( 45deg , blue , transparent ) , 0.5 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-FAIL CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (0.6) is [linear-gradient(45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , linear - gradient ( 45deg , blue , transparent ) , 0.6 ) " but got "linear - gradient ( 45deg , blue , transparent ) "
-PASS CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (1) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Animations: property <-webkit-mask-image> from [linear-gradient(-45deg, blue, transparent)] to [linear-gradient(45deg, blue, transparent)] at (1.5) is [linear-gradient(45deg, blue, transparent)]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (-0.3) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0.3) is [none]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0.5) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (0.6) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (1) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [none] to [url(../resources/blue-20.png)] at (1.5) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (-0.3) is [url(file:///.../stripes-20.png), linear-gradient(-45deg, blue, transparent)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (0) is [url(file:///.../stripes-20.png), linear-gradient(-45deg, blue, transparent)]
-FAIL CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (0.3) is [url(file:///.../stripes-20.png), linear-gradient(-45deg, blue, transparent)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / blue - 20.png ) , 0.3 ) , - webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , url ( file : / / / ... / stripes - 20.png ) , 0.3 ) " but got "url ( file : / / / ... / stripes - 20.png ) , linear - gradient ( - 45deg , blue , transparent ) "
-FAIL CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (0.6) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)] assert_equals: expected "- webkit - cross - fade ( url ( file : / / / ... / stripes - 20.png ) , url ( file : / / / ... / blue - 20.png ) , 0.6 ) , - webkit - cross - fade ( linear - gradient ( - 45deg , blue , transparent ) , url ( file : / / / ... / stripes - 20.png ) , 0.6 ) " but got "url ( file : / / / ... / blue - 20.png ) , url ( file : / / / ... / stripes - 20.png ) "
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (1) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/stripes-20.png), linear-gradient(-45deg, blue, transparent)] to [url(../resources/blue-20.png), url(../resources/stripes-20.png)] at (1.5) is [url(file:///.../blue-20.png), url(file:///.../stripes-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../blue-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0) is [url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.3) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.3), -webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../blue-20.png), 0.3)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.6) is [-webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../stripes-20.png), 0.6), -webkit-cross-fade(url(file:///.../blue-20.png), url(file:///.../blue-20.png), 0.6)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png)] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1.5) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (-0.3) is [url(file:///.../blue-20.png), none]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0) is [url(file:///.../blue-20.png), none]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.3) is [url(file:///.../blue-20.png), none]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.5) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (0.6) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-PASS CSS Animations: property <-webkit-mask-image> from [url(../resources/blue-20.png), none] to [url(../resources/stripes-20.png), url(../resources/blue-20.png)] at (1.5) is [url(file:///.../stripes-20.png), url(file:///.../blue-20.png)]
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698