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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
1 FAIL - "background-color" property for "test" element at 0s expected: rgb(0, 128 , 0) but saw: rgb(255, 0, 0) 1 PASS - "background-color" property for "test" element at 0s saw something close to: rgb(0, 128, 0)
2 FAIL - "background-color" property for "test" element at 0.25s expected: rgb(0, 128, 0) but saw: rgb(255, 0, 0) 2 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
3 PASS - "background-color" property for "test" element at 0.5s saw something clos e to: rgb(0, 128, 0) 3 PASS - "background-color" property for "test" element at 0.5s saw something clos e to: rgb(0, 128, 0)
4 4
OLDNEW
« 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