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

Unified Diff: third_party/WebKit/LayoutTests/transitions/svg-transitions.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/svg-transitions.html
diff --git a/third_party/WebKit/LayoutTests/transitions/svg-transitions.html b/third_party/WebKit/LayoutTests/transitions/svg-transitions.html
index e9be775d05f501b9b5291a2b0fb2ef0f0cafb276..f5f6afb51a74e67839c9a8a810e5095233f5677d 100644
--- a/third_party/WebKit/LayoutTests/transitions/svg-transitions.html
+++ b/third_party/WebKit/LayoutTests/transitions/svg-transitions.html
@@ -3,9 +3,9 @@
<style>
svg * {
- -webkit-transition-property: fill, stroke, fill-opacity, stroke-opacity, stroke-width, stroke-dasharray, stroke-dashoffset, stroke-miterlimit, kerning, baseline-shift, flood-color, flood-opacity, stop-color, stop-opacity, lighting-color;
- -webkit-transition-duration: 2s;
- -webkit-transition-timing-function: linear;
+ transition-property: fill, stroke, fill-opacity, stroke-opacity, stroke-width, stroke-dasharray, stroke-dashoffset, stroke-miterlimit, kerning, baseline-shift, flood-color, flood-opacity, stop-color, stop-opacity, lighting-color;
+ transition-duration: 2s;
+ transition-timing-function: linear;
}
#rect1 {

Powered by Google App Engine
This is Rietveld 408576698