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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/end-of-opacity-transition.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/paint/invalidation/compositing/end-of-opacity-transition.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/end-of-opacity-transition.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/end-of-opacity-transition.html
index 22cc62201a54e1d876bee2a0665b2378547956e0..ae12a2382d93939c72d7f85e75dea64aee212827 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/end-of-opacity-transition.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/end-of-opacity-transition.html
@@ -23,7 +23,7 @@ onload = function() {
background-color: red;
}
#animated {
- -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s;
opacity: 0.1;
}
#foreground {

Powered by Google App Engine
This is Rietveld 408576698