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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-rule-crash.html

Issue 2521163002: CSS Animations: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/styles-2/keyframes-rules-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-rule-crash.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-rule-crash.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-rule-crash.html
index 34d8445cefab26efdb67190a2b39cf1b40656fc4..87d5252e4202956f53dd0bac96f7c0c9d5f97451 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-rule-crash.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-rule-crash.html
@@ -44,7 +44,7 @@ Tests that the inspected page does not crash after undoing a new rule addition.
<p>The test has passed (no crash).</p>
<div id="inspected"><div id="other" /></div>
<style>
-@-webkit-keyframes cfpulse1 { 0% { opacity: 0.1; } }
-.c1 { -webkit-animation-name: cfpulse1; }
+@keyframes cfpulse1 { 0% { opacity: 0.1; } }
+.c1 { animation-name: cfpulse1; }
</style>
</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/styles-2/keyframes-rules-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698