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

Unified Diff: third_party/WebKit/LayoutTests/transitions/color-transition-premultiplied.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-premultiplied.html
diff --git a/third_party/WebKit/LayoutTests/transitions/color-transition-premultiplied.html b/third_party/WebKit/LayoutTests/transitions/color-transition-premultiplied.html
index 65107bf3d2c8105d467eddc56d0ddab93b1d3cfc..c8afeab5c77c273ffa6b5d383aac979dac791819 100644
--- a/third_party/WebKit/LayoutTests/transitions/color-transition-premultiplied.html
+++ b/third_party/WebKit/LayoutTests/transitions/color-transition-premultiplied.html
@@ -9,7 +9,7 @@
height: 100px;
margin: 10px;
border: 1px solid black;
- -webkit-transition: background-color 1s linear;
+ transition: background-color 1s linear;
-moz-transition: background-color 1s linear;
}

Powered by Google App Engine
This is Rietveld 408576698