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

Unified Diff: third_party/WebKit/LayoutTests/transitions/text-indent-transition.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/text-indent-transition.html
diff --git a/third_party/WebKit/LayoutTests/transitions/text-indent-transition.html b/third_party/WebKit/LayoutTests/transitions/text-indent-transition.html
index 2d080930504daea2fb579f1470607a84d79f0440..3afc52e573c7aece061c4a849aeaddc32d7b703c 100644
--- a/third_party/WebKit/LayoutTests/transitions/text-indent-transition.html
+++ b/third_party/WebKit/LayoutTests/transitions/text-indent-transition.html
@@ -7,9 +7,9 @@
height: 100px;
margin: 10px;
border: 1px solid blue;
- -webkit-transition-property: text-indent;
- -webkit-transition-duration: 1s;
- -webkit-transition-timing-function: linear;
+ transition-property: text-indent;
+ transition-duration: 1s;
+ transition-timing-function: linear;
}
.indent {

Powered by Google App Engine
This is Rietveld 408576698