Chromium Code Reviews| Index: LayoutTests/animations/cascade-important-keyframe-properties-expected.txt |
| diff --git a/LayoutTests/animations/cascade-important-expected.txt b/LayoutTests/animations/cascade-important-keyframe-properties-expected.txt |
| similarity index 51% |
| copy from LayoutTests/animations/cascade-important-expected.txt |
| copy to LayoutTests/animations/cascade-important-keyframe-properties-expected.txt |
| index a0f49f8c9b9ce7122a14807badc59504a021a00a..fb80e054c57ef420b12f389e59ce1fb108472310 100644 |
| --- a/LayoutTests/animations/cascade-important-expected.txt |
| +++ b/LayoutTests/animations/cascade-important-keyframe-properties-expected.txt |
| @@ -1,4 +1,4 @@ |
| -FAIL - "background-color" property for "test" element at 0s expected: rgb(0, 128, 0) but saw: rgb(255, 0, 0) |
| -FAIL - "background-color" property for "test" element at 0.25s expected: rgb(0, 128, 0) but saw: rgb(255, 0, 0) |
| +PASS - "background-color" property for "test" element at 0s saw something close to: rgb(0, 128, 0) |
| +FAIL - "background-color" property for "test" element at 0.25s expected: rgb(128, 0, 0) but saw: rgb(0, 128, 0) |
|
Timothy Loh
2015/05/29 03:35:11
We shouldn't have failing expectations in new test
patro
2015/05/29 03:58:37
Done
Changed to PASS expectation
|
| PASS - "background-color" property for "test" element at 0.5s saw something close to: rgb(0, 128, 0) |