Index: LayoutTests/transitions/color-transition-premultiplied-expected.txt |
diff --git a/LayoutTests/transitions/color-transition-premultiplied-expected.txt b/LayoutTests/transitions/color-transition-premultiplied-expected.txt |
index 59fca89b08d5e5874740fc2f6957b2a2d6b06d0a..dd3bad35e7bb547ce6d6a94a292f9ddac6703888 100644 |
--- a/LayoutTests/transitions/color-transition-premultiplied-expected.txt |
+++ b/LayoutTests/transitions/color-transition-premultiplied-expected.txt |
@@ -1,3 +1,3 @@ |
-PASS - "background-color" property for "one" element at 0.5s saw something close to: 0,127,0 |
-PASS - "background-color" property for "two" element at 0.5s saw something close to: 0,0,255 |
+PASS - "background-color" property for "one" element at 0.5s saw something close to: rgba(0, 127, 0, 0.5) |
+PASS - "background-color" property for "two" element at 0.5s saw something close to: rgba(0, 0, 255, 0.5) |