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

Unified Diff: LayoutTests/svg/custom/altglyph.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/custom/altglyph.svg
diff --git a/LayoutTests/svg/custom/altglyph.svg b/LayoutTests/svg/custom/altglyph.svg
index 9506f94be1f46e074a1fec75a278102df93f12e0..f859448c3b5c549dcbc9c95ae4efc24dd7be9b52 100644
--- a/LayoutTests/svg/custom/altglyph.svg
+++ b/LayoutTests/svg/custom/altglyph.svg
@@ -5,7 +5,7 @@ left edges of their containing orange 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" xmlns:xlink="http://www.w3.org/1999/xlink">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 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