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

Unified Diff: LayoutTests/svg/as-image/svg-as-relative-image.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-relative-image.html
diff --git a/LayoutTests/svg/as-image/svg-as-relative-image.html b/LayoutTests/svg/as-image/svg-as-relative-image.html
index 219ede4ae47a337a48bd3ec6f98b7df2500fc6d7..edfe1793ca2e8f80d37b45da5f1b5519a1910351 100644
--- a/LayoutTests/svg/as-image/svg-as-relative-image.html
+++ b/LayoutTests/svg/as-image/svg-as-relative-image.html
@@ -10,7 +10,7 @@ div {
</head>
<body style='margin: 0px'>
<div>
- <img src='resources/green-relative-size-rect.svg'>
+ <img style='width: 100%; height: 100%' src='resources/green-relative-size-rect.svg'>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698