Index: LayoutTests/transitions/multiple-shadow-transitions-expected.txt |
diff --git a/LayoutTests/transitions/multiple-shadow-transitions-expected.txt b/LayoutTests/transitions/multiple-shadow-transitions-expected.txt |
index 9384999b8069ea7e867c39b6579092c3e6289fff..f2aee0f80efa133391fd58080c109264e61bad5b 100644 |
--- a/LayoutTests/transitions/multiple-shadow-transitions-expected.txt |
+++ b/LayoutTests/transitions/multiple-shadow-transitions-expected.txt |
@@ -1,4 +1,4 @@ |
-PASS - "box-shadow" property for "box" element at 0.5s saw something close to: 0,0,0,0 |
-PASS - "box-shadow" property for "box2" element at 0.5s saw something close to: 0,-20,0,10 |
-PASS - "box-shadow" property for "box3" element at 0.5s saw something close to: 0,0,0,10 |
+PASS - "box-shadow" property for "box" element at 0.5s saw something close to: rgb(255, 0, 0) 0px 0px 10px 0px, rgb(0, 0, 255) 0px 0px 10px 0px |
+PASS - "box-shadow" property for "box2" element at 0.5s saw something close to: rgb(255, 0, 0) 0px -20px 10px 0px, rgba(0, 0, 255, 0.5) 0px 10px 5px 0px |
+PASS - "box-shadow" property for "box3" element at 0.5s saw something close to: rgb(128, 0, 128) 0px 0px 10px 0px, rgba(0, 0, 255, 0.5) 0px 10px 5px 0px |