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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute2.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
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute.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/paint/invalidation/compositing/opacity-between-absolute2.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute2.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute2.html
index a73915cbd27dbce764e268ddd1f4ca3956c2f1bf..6694eb29b74e7533a0c75e470f7949e0c3d61b3b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute2.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute2.html
@@ -19,7 +19,7 @@
width: 50px;
margin: 20px;
border: 1px solid black;
- -webkit-transition: opacity 100s;
+ transition: opacity 100s;
}
.container:hover .fader {
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/compositing/opacity-between-absolute.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698