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

Unified Diff: third_party/WebKit/LayoutTests/transitions/transition-not-interpolable.html

Issue 2521493002: 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/transitions/transition-not-interpolable.html
diff --git a/third_party/WebKit/LayoutTests/transitions/transition-not-interpolable.html b/third_party/WebKit/LayoutTests/transitions/transition-not-interpolable.html
index f2ecb8164a9275cb23aabe5591591cf8186c60dc..653eb1ab3d8e04eb5bb3833378026b05b1a94d09 100644
--- a/third_party/WebKit/LayoutTests/transitions/transition-not-interpolable.html
+++ b/third_party/WebKit/LayoutTests/transitions/transition-not-interpolable.html
@@ -2,7 +2,7 @@
<style>
#test {
height: 0px;
- -webkit-transition: height 1000s;
+ transition: height 1000s;
background: green;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698