Index: LayoutTests/transitions/mismatched-shadow-styles-expected.txt |
diff --git a/LayoutTests/transitions/mismatched-shadow-styles-expected.txt b/LayoutTests/transitions/mismatched-shadow-styles-expected.txt |
index c30b53d14a60c16e13728e48badb9d2098662610..8eb87349b1a3e5536a58ca3d11f43ccf7efdaffb 100644 |
--- a/LayoutTests/transitions/mismatched-shadow-styles-expected.txt |
+++ b/LayoutTests/transitions/mismatched-shadow-styles-expected.txt |
@@ -1,5 +1,5 @@ |
-PASS - "box-shadow" property for "none-to-normal" element at 0.25s saw something close to: 10,10 |
-PASS - "box-shadow" property for "none-to-inset" element at 0.25s saw something close to: 10,10 |
-PASS - "box-shadow" property for "inset-to-normal" element at 0.25s saw something close to: 20,20 |
-PASS - "box-shadow" property for "normal-to-inset" element at 0.25s saw something close to: 20,20 |
+PASS - "box-shadow" property for "none-to-normal" element at 0.3s saw something close to: rgba(0, 0, 0, 0.6) 12px 12px 6px 0px |
+PASS - "box-shadow" property for "none-to-inset" element at 0.3s saw something close to: rgba(0, 0, 0, 0.6) 12px 12px 6px 0px inset |
+PASS - "box-shadow" property for "inset-to-normal" element at 0.3s saw something close to: rgb(0, 0, 0) 20px 20px 10px 0px |
+PASS - "box-shadow" property for "normal-to-inset" element at 0.3s saw something close to: rgb(0, 0, 0) 20px 20px 10px 0px inset |