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

Unified Diff: LayoutTests/svg/zoom/page/zoom-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/zoom/page/zoom-svg-as-relative-image.html
diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html b/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
index 437709ec69c09cf0d5d78a50c6ce2ac247576baf..d59b8566decb33cfcb8b73f47b69f4bddcd5471c 100644
--- a/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
+++ b/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
@@ -10,7 +10,7 @@ div {
</head>
<body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
<div>
- <img src='../../as-image/resources/green-relative-size-rect.svg'>
+ <img style='width:100%; height:100%' src='../../as-image/resources/green-relative-size-rect.svg'>
</div>
<script>var zoomCount = 1; window.shouldZoomOut = true;</script>

Powered by Google App Engine
This is Rietveld 408576698