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

Unified Diff: LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html

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/as-image/svg-as-image-with-relative-size-expected.html
diff --git a/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html b/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
index 08d459498cff34ef722006f63d6c66f05a3b9ab8..18e196c807bede01dbb748c4d43b131a7876e5ac 100644
--- a/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
+++ b/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
@@ -7,7 +7,7 @@
</head>
<body>
<div style="width: 400px; height: 400px; border: 1px solid black;">
- <svg xmlns="http://www.w3.org/2000/svg">
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<rect x="40" y="40" width="120" height="120" fill="green"/>
</svg>
</div>

Powered by Google App Engine
This is Rietveld 408576698