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

Unified Diff: third_party/WebKit/ManualTests/transition-left.html

Issue 2715113003: CSS manual tests: reduce usage of webkit prefix (Closed)
Patch Set: Created 3 years, 10 months 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/ManualTests/transition-left.html
diff --git a/third_party/WebKit/ManualTests/transition-left.html b/third_party/WebKit/ManualTests/transition-left.html
index 492e30600ab5855b84fc4aeb5bbc8a8c96ea8ca0..7666fcda6e84eaf22e947fbf202f5698d22d3831 100644
--- a/third_party/WebKit/ManualTests/transition-left.html
+++ b/third_party/WebKit/ManualTests/transition-left.html
@@ -12,8 +12,8 @@
height: 200px;
width: 300px;
background-color: #9bb;
- -webkit-transition-property: left;
- -webkit-transition-duration: 1s;
+ transition-property: left;
+ transition-duration: 1s;
}
</style>
<script type="text/javascript" charset="utf-8">
« no previous file with comments | « third_party/WebKit/ManualTests/transition-events.html ('k') | third_party/WebKit/ManualTests/transitions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698