Index: third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt |
index 673a815caf4faeb45111045274d6fdd5f51b0c80..8289577b88ef14c066f7240c0ecfaa38c4210351 100644 |
--- a/third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt |
@@ -1,53 +1,53 @@ |
This is a testharness.js-based test. |
PASS This test uses interpolation-test.js. |
-FAIL CSS Transitions: property <--color> from neutral to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 255 , 255 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from neutral to [green] at (0) is [green] assert_equals: expected "rgb ( 255 , 255 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from neutral to [green] at (0.3) is [green] assert_equals: expected "rgb ( 179 , 217 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from neutral to [green] at (0.6) is [green] assert_equals: expected "rgb ( 102 , 179 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from neutral to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from neutral to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 65 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [initial] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [initial] to [green] at (0) is [green] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [initial] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 0 , 38 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [initial] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [initial] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [initial] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [inherit] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [inherit] to [green] at (0) is [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [inherit] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 0 , 38 , 179 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [inherit] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 0 , 77 , 102 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [inherit] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [inherit] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [unset] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [unset] to [green] at (0) is [green] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [unset] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 0 , 38 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [unset] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [unset] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [unset] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [black] to [orange] at (-0.3) is [orange] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "orange " |
-FAIL CSS Transitions: property <--color> from [black] to [orange] at (0) is [orange] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "orange " |
-FAIL CSS Transitions: property <--color> from [black] to [orange] at (0.3) is [orange] assert_equals: expected "rgb ( 77 , 50 , 0 ) " but got "orange " |
-FAIL CSS Transitions: property <--color> from [black] to [orange] at (0.6) is [orange] assert_equals: expected "rgb ( 153 , 99 , 0 ) " but got "orange " |
-FAIL CSS Transitions: property <--color> from [black] to [orange] at (1) is [orange] assert_equals: expected "rgb ( 255 , 165 , 0 ) " but got "orange " |
-FAIL CSS Transitions: property <--color> from [black] to [orange] at (1.5) is [orange] assert_equals: expected "rgb ( 255 , 248 , 0 ) " but got "orange " |
-FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (-0.3) is [currentcolor] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "currentcolor " |
-FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0) is [currentcolor] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "currentcolor " |
-FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0.3) is [currentcolor] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "currentcolor " |
-FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0.6) is [currentcolor] assert_equals: expected "rgb ( 0 , 153 , 0 ) " but got "currentcolor " |
-FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (1) is [currentcolor] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "currentcolor " |
-FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (1.5) is [currentcolor] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "currentcolor " |
-FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 255 , 0 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0) is [green] assert_equals: expected "rgb ( 255 , 0 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 179 , 38 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 102 , 77 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (0) is [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 0 , 38 , 179 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 0 , 77 , 102 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green " |
-FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green " |
+PASS CSS Transitions: property <--color> from neutral to [green] at (-0.3) is [rgb(255, 255, 0)] |
+PASS CSS Transitions: property <--color> from neutral to [green] at (0) is [rgb(255, 255, 0)] |
+PASS CSS Transitions: property <--color> from neutral to [green] at (0.3) is [rgb(179, 217, 0)] |
+PASS CSS Transitions: property <--color> from neutral to [green] at (0.6) is [rgb(102, 179, 0)] |
+PASS CSS Transitions: property <--color> from neutral to [green] at (1) is [rgb(0, 128, 0)] |
+PASS CSS Transitions: property <--color> from neutral to [green] at (1.5) is [rgb(0, 65, 0)] |
+PASS CSS Transitions: property <--color> from [initial] to [green] at (-0.3) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [initial] to [green] at (0) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [initial] to [green] at (0.3) is [rgb(0, 38, 0)] |
+PASS CSS Transitions: property <--color> from [initial] to [green] at (0.6) is [rgb(0, 77, 0)] |
+PASS CSS Transitions: property <--color> from [initial] to [green] at (1) is [rgb(0, 128, 0)] |
+PASS CSS Transitions: property <--color> from [initial] to [green] at (1.5) is [rgb(0, 192, 0)] |
+PASS CSS Transitions: property <--color> from [inherit] to [green] at (-0.3) is [rgb(0, 0, 255)] |
+PASS CSS Transitions: property <--color> from [inherit] to [green] at (0) is [rgb(0, 0, 255)] |
+PASS CSS Transitions: property <--color> from [inherit] to [green] at (0.3) is [rgb(0, 38, 179)] |
+PASS CSS Transitions: property <--color> from [inherit] to [green] at (0.6) is [rgb(0, 77, 102)] |
+PASS CSS Transitions: property <--color> from [inherit] to [green] at (1) is [rgb(0, 128, 0)] |
+PASS CSS Transitions: property <--color> from [inherit] to [green] at (1.5) is [rgb(0, 192, 0)] |
+PASS CSS Transitions: property <--color> from [unset] to [green] at (-0.3) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [unset] to [green] at (0) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [unset] to [green] at (0.3) is [rgb(0, 38, 0)] |
+PASS CSS Transitions: property <--color> from [unset] to [green] at (0.6) is [rgb(0, 77, 0)] |
+PASS CSS Transitions: property <--color> from [unset] to [green] at (1) is [rgb(0, 128, 0)] |
+PASS CSS Transitions: property <--color> from [unset] to [green] at (1.5) is [rgb(0, 192, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [orange] at (-0.3) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [orange] at (0) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [orange] at (0.3) is [rgb(77, 50, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [orange] at (0.6) is [rgb(153, 99, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [orange] at (1) is [rgb(255, 165, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [orange] at (1.5) is [rgb(255, 248, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [currentcolor] at (-0.3) is [rgb(0, 0, 0)] |
+PASS CSS Transitions: property <--color> from [black] to [currentcolor] at (0) is [rgb(0, 0, 0)] |
+FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0.3) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "rgb ( 0 , 0 , 0 ) " |
suzyh_UTC10 (ex-contributor)
2017/03/10 04:08:28
So it looks like this failure is in line with the
alancutter (OOO until 2018)
2017/03/12 23:52:07
We compute custom properties before color (as colo
|
+FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0.6) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 153 , 0 ) " but got "rgb ( 0 , 0 , 0 ) " |
+FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (1) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "rgb ( 0 , 0 , 0 ) " |
+FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (1.5) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "rgb ( 0 , 0 , 0 ) " |
+PASS CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [rgb(255, 0, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0) is [rgb(255, 0, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0.3) is [rgb(179, 38, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0.6) is [rgb(102, 77, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1) is [rgb(0, 128, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1.5) is [rgb(0, 192, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-link] to [green] at (-0.3) is [rgb(0, 0, 255)] |
+PASS CSS Transitions: property <--color> from [-webkit-link] to [green] at (0) is [rgb(0, 0, 255)] |
+PASS CSS Transitions: property <--color> from [-webkit-link] to [green] at (0.3) is [rgb(0, 38, 179)] |
+PASS CSS Transitions: property <--color> from [-webkit-link] to [green] at (0.6) is [rgb(0, 77, 102)] |
+PASS CSS Transitions: property <--color> from [-webkit-link] to [green] at (1) is [rgb(0, 128, 0)] |
+PASS CSS Transitions: property <--color> from [-webkit-link] to [green] at (1.5) is [rgb(0, 192, 0)] |
PASS CSS Animations: property <--color> from neutral to [green] at (-0.3) is [rgb(255, 255, 0)] |
PASS CSS Animations: property <--color> from neutral to [green] at (0) is [rgb(255, 255, 0)] |
PASS CSS Animations: property <--color> from neutral to [green] at (0.3) is [rgb(179, 217, 0)] |