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

Unified Diff: LayoutTests/transitions/svg-transitions.html

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 months 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: LayoutTests/transitions/svg-transitions.html
diff --git a/LayoutTests/transitions/svg-transitions.html b/LayoutTests/transitions/svg-transitions.html
index e9286a3257749231cf6419382a081b1094f3a66e..af2e9ddf1fa15ac73ae59e75952cae9453700326 100644
--- a/LayoutTests/transitions/svg-transitions.html
+++ b/LayoutTests/transitions/svg-transitions.html
@@ -148,7 +148,6 @@
[1, "stop1", "stop-color", [127, 127, 0], 20], // rgb(255,0,0) -> rgb(0, 255, 0)
[1, "stop1", "stop-opacity", 0.75, 0.1], // 1 -> 0.5
[1, "polyline1", "stroke-miterlimit", 11, 0.5], // 12 -> 10 (this is an abrupt change in rendering even though the property animation is smooth)
- [1, "text1", "kerning", 5, 1], // 0 -> 10px
[1, "text1", "baseline-shift", 5, 1], // 0 -> 10px
[1, "flood1", "flood-opacity", 0.5, 0.1], // 1 -> 0
[1, "flood1", "flood-color", [127, 127, 0], 20], // rgb(0, 255, 0) -> rgb(255, 0, 0)

Powered by Google App Engine
This is Rietveld 408576698