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

Unified Diff: third_party/WebKit/LayoutTests/transitions/font-family-during-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/font-family-during-transition.html
diff --git a/third_party/WebKit/LayoutTests/transitions/font-family-during-transition.html b/third_party/WebKit/LayoutTests/transitions/font-family-during-transition.html
index 389eddbb7839f43f3f872eb5ac0447669461a532..9bc82d33050844b93dac7b01044d54d7b3065cbd 100644
--- a/third_party/WebKit/LayoutTests/transitions/font-family-during-transition.html
+++ b/third_party/WebKit/LayoutTests/transitions/font-family-during-transition.html
@@ -7,7 +7,7 @@
display: inline;
font-size: 10px;
font-family: sans-serif;
- -webkit-transition: font-size 2s linear;
+ transition: font-size 2s linear;
}
#control {

Powered by Google App Engine
This is Rietveld 408576698