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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/transitions.html

Issue 2518943002: 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/css3/calc/transitions.html
diff --git a/third_party/WebKit/LayoutTests/css3/calc/transitions.html b/third_party/WebKit/LayoutTests/css3/calc/transitions.html
index 3bb04c486b7aa3b89aaa81704eed9e60d8d81a80..1aaf38c51f95fcd853ee951ad95d2fa5288e066a 100644
--- a/third_party/WebKit/LayoutTests/css3/calc/transitions.html
+++ b/third_party/WebKit/LayoutTests/css3/calc/transitions.html
@@ -3,7 +3,7 @@
.transitionTest {
background-color: green;
height: 100px;
- -webkit-transition: all 1s linear;
+ transition: all 1s linear;
-moz-transition: all 1s linear;
}

Powered by Google App Engine
This is Rietveld 408576698