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

Unified Diff: third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too Created 3 years, 5 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: third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html b/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
index 29de1c6b93b4961eb26a08d8a10c898ab6b13fd7..1830703c21486cf0b1ce16762abbdf7a0a3b7f34 100644
--- a/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
+++ b/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
@@ -4,7 +4,7 @@
<title>Check that negative (out of range) key frame percentage doesn't cause subsequent first or second ruleset to be skipped.</title>
<style>
#test { background-color: red; color: black }
-@-webkit-keyframes fade { -10% { color: red; } }
+@keyframes fade { -10% { color: red; } }
#test { background-color: green; } /* if skipped, then background will be red */
#test { color: white; } /* if skipped, then text will be black */
</style>

Powered by Google App Engine
This is Rietveld 408576698