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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-positioning.html

Issue 2518943002: 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/compositing/overflow/overflow-positioning.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/overflow-positioning.html b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-positioning.html
index b0c89d82728c75f57ca6574b676ad590ab551c3e..d0a1874386f5de743151d78a57cf4e94fc6ef88f 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/overflow-positioning.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-positioning.html
@@ -40,7 +40,7 @@
height: 150px;
width: 150px;
background-color: green;
- -webkit-transition: -webkit-transform 1000s;
+ transition: transform 1000s;
}
#mover:hover {

Powered by Google App Engine
This is Rietveld 408576698