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

Unified Diff: LayoutTests/svg/text/kerning.svg

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css 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/svg/text/kerning.svg
diff --git a/LayoutTests/svg/text/kerning.svg b/LayoutTests/svg/text/kerning.svg
index a0cc2f35af9faf102703538e7466e67cd1c63f16..cd41e685f120210d73275fab89521b71266dae92 100644
--- a/LayoutTests/svg/text/kerning.svg
+++ b/LayoutTests/svg/text/kerning.svg
@@ -5,7 +5,7 @@ left edges of their containing red or green boxes. In addition, all
the assertions below should pass.</p>
<div style="width: 800px; height: 200px;">
-<svg xmlns="http://www.w3.org/2000/svg">
+<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<font>
<font-face font-family="xyzzy" units-per-em="100" ascent="100" descent="500">
</font-face>

Powered by Google App Engine
This is Rietveld 408576698