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

Unified Diff: LayoutTests/svg/batik/text/textLayout.svg

Issue 242973003: Clean up kerning and color-profile leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: strip devtools change 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/batik/text/textOnPathSpaces.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/batik/text/textLayout.svg
diff --git a/LayoutTests/svg/batik/text/textLayout.svg b/LayoutTests/svg/batik/text/textLayout.svg
index c13863089de01955bf3937697172d6e337077fae..b5bb69d1cf82932edc852767f87d256ffa033abc 100644
--- a/LayoutTests/svg/batik/text/textLayout.svg
+++ b/LayoutTests/svg/batik/text/textLayout.svg
@@ -85,11 +85,6 @@
</g>
<g>
- <text x="290" y="180" kerning="10">sample</text>
- <text x="290" y="195" class="Caption">kerning="10"</text>
- </g>
-
- <g>
<text x="40" y="225" textLength="120" lengthAdjust="spacingAndGlyphs">sample</text>
<text x="40" y="240" class="Caption">textLength="120",
<tspan x="40" dy="10">lengthAdjust="spacingAndGlyphs"</tspan></text>
@@ -101,11 +96,6 @@
</g>
<g>
- <text x="290" y="225" textLength="120" lengthAdjust="spacingAndGlyphs" kerning="10">sample</text>
- <text x="290" y="240" class="Caption">textLength="120",kerning="10"</text>
- </g>
-
- <g>
<text x="40" y="275" letter-spacing="0.3em">sample</text>
<text x="40" y="290" class="Caption">letter-spacing="0.3em"</text>
</g>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/batik/text/textOnPathSpaces.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698