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

Unified Diff: third_party/WebKit/LayoutTests/transitions/clip-transition.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/clip-transition.html
diff --git a/third_party/WebKit/LayoutTests/transitions/clip-transition.html b/third_party/WebKit/LayoutTests/transitions/clip-transition.html
index d072fb7a08df49ca806900e6f47a1c73fd981fd1..776956016e15c5e42d6f02bef9aa5056c7f5fdb6 100644
--- a/third_party/WebKit/LayoutTests/transitions/clip-transition.html
+++ b/third_party/WebKit/LayoutTests/transitions/clip-transition.html
@@ -9,7 +9,7 @@
width: 100px;
background-color: blue;
clip: rect(10px, 90px, 90px, 10px);
- -webkit-transition: clip 1s linear;
+ transition: clip 1s linear;
}
#box.changed {

Powered by Google App Engine
This is Rietveld 408576698