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

Unified Diff: third_party/WebKit/LayoutTests/transitions/zero-duration-with-non-zero-delay-start.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
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/zero-duration-in-list.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/transitions/zero-duration-with-non-zero-delay-start.html
diff --git a/third_party/WebKit/LayoutTests/transitions/zero-duration-with-non-zero-delay-start.html b/third_party/WebKit/LayoutTests/transitions/zero-duration-with-non-zero-delay-start.html
index 6f539ae2109fb6d17617786aee46197169bbb41f..c3e0cf969aaa2768d7923663a31581b1ff508932 100644
--- a/third_party/WebKit/LayoutTests/transitions/zero-duration-with-non-zero-delay-start.html
+++ b/third_party/WebKit/LayoutTests/transitions/zero-duration-with-non-zero-delay-start.html
@@ -10,9 +10,9 @@
width: 100px;
height: 100px;
background-color: blue;
- -webkit-transition-property: left;
- -webkit-transition-duration: 0s;
- -webkit-transition-delay: 0.5s;
+ transition-property: left;
+ transition-duration: 0s;
+ transition-delay: 0.5s;
}
#target.moved {
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/zero-duration-in-list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698