Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: LayoutTests/animations/cascade-important-keyframe-properties-expected.txt

Issue 1151893003: Properties labelled !important must be ignored in keyframes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added Layout Test Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « LayoutTests/animations/cascade-important-keyframe-properties.html ('k') | Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698