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

Unified Diff: third_party/WebKit/LayoutTests/transitions/color-transition-rounding.html

Issue 2521493002: CSS Transitions: 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
Index: third_party/WebKit/LayoutTests/transitions/color-transition-rounding.html
diff --git a/third_party/WebKit/LayoutTests/transitions/color-transition-rounding.html b/third_party/WebKit/LayoutTests/transitions/color-transition-rounding.html
index 64199560c52bf98c4bd124b75b9905918bfd8247..39e564d67bf8279dd0e414eafeaa5e6d7a0dab08 100644
--- a/third_party/WebKit/LayoutTests/transitions/color-transition-rounding.html
+++ b/third_party/WebKit/LayoutTests/transitions/color-transition-rounding.html
@@ -5,7 +5,7 @@
<style>
#test {
color: #00F;
- -webkit-transition: color 10s linear;
+ transition: color 10s linear;
}
#test.changed {

Powered by Google App Engine
This is Rietveld 408576698