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

Unified Diff: third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.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/transition-end-event-all-properties.html
diff --git a/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html b/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
index 71eb2209cb18b321765c3d59d5c73dfa73425733..ae90060809830173427b94fb532f4c23e22d331d 100644
--- a/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
+++ b/third_party/WebKit/LayoutTests/transitions/transition-end-event-all-properties.html
@@ -8,7 +8,7 @@
width: 100px;
margin: 10px;
background-color: blue;
- -webkit-transition-duration: 0.5s;
+ transition-duration: 0.5s;
}
.box1 {
@@ -25,7 +25,7 @@
background-color: green;
left: 50px;
height: 120px;
- -webkit-transition-duration: 0.7s;
+ transition-duration: 0.7s;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698