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

Unified Diff: LayoutTests/transitions/negative-delay.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/transitions/negative-delay.html
diff --git a/LayoutTests/transitions/negative-delay.html b/LayoutTests/transitions/negative-delay.html
index f35609338bf12f4a2883098359bdf15195149e4d..911ccf7290d1cbc4c74ecf92e8a92c0ca125c838 100644
--- a/LayoutTests/transitions/negative-delay.html
+++ b/LayoutTests/transitions/negative-delay.html
@@ -27,15 +27,15 @@
#square3 {
top: 100px;
- -webkit-transition-property: -webkit-transform;
+ -webkit-transition-property: transform;
-webkit-transition-delay: -1s;
}
#square4 {
top: 140px;
- -webkit-transition-property: -webkit-transform;
+ -webkit-transition-property: transform;
}
.translated {
- -webkit-transform: translateX(600px);
+ transform: translateX(600px);
}
</style>
« no previous file with comments | « LayoutTests/transitions/move-after-transition.html ('k') | LayoutTests/transitions/position-background-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698