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

Unified Diff: LayoutTests/svg/text/multichar-glyph.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/multichar-glyph.svg
diff --git a/LayoutTests/svg/text/multichar-glyph.svg b/LayoutTests/svg/text/multichar-glyph.svg
index 5832bc4ede389e7f6b2c2519871f3f058852a3a6..720a5242122decd13adfa62e9369cd7ab8e37dd0 100644
--- a/LayoutTests/svg/text/multichar-glyph.svg
+++ b/LayoutTests/svg/text/multichar-glyph.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