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

Unified Diff: third_party/WebKit/LayoutTests/transitions/opacity-transition-zindex.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/opacity-transition-zindex.html
diff --git a/third_party/WebKit/LayoutTests/transitions/opacity-transition-zindex.html b/third_party/WebKit/LayoutTests/transitions/opacity-transition-zindex.html
index 97882f03255c16513d133f31b48a49339cf1842d..7dafbdd0e31e68a1358d11c7c61b9cb0856fef00 100644
--- a/third_party/WebKit/LayoutTests/transitions/opacity-transition-zindex.html
+++ b/third_party/WebKit/LayoutTests/transitions/opacity-transition-zindex.html
@@ -9,9 +9,9 @@
width: 300px;
margin: 10px;
background-color: green;
- -webkit-transition-property: opacity;
- -webkit-transition-timing-function: linear;
- -webkit-transition-duration: 5s;
+ transition-property: opacity;
+ transition-timing-function: linear;
+ transition-duration: 5s;
}
#first {

Powered by Google App Engine
This is Rietveld 408576698