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

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: Addressing comments 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-keyframe-properties-expected.txt b/LayoutTests/animations/cascade-important-keyframe-properties-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..632b3e92ac6e7b85b7509f84c2589a22ec74d6c0
--- /dev/null
+++ b/LayoutTests/animations/cascade-important-keyframe-properties-expected.txt
@@ -0,0 +1,4 @@
+PASS - "background-color" property for "test" element at 0s saw something close to: rgb(0, 128, 0)
+PASS - "background-color" property for "test" element at 0.25s saw something close to: rgb(0, 128, 0)
+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