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

Unified Diff: LayoutTests/svg/zoom/page/zoom-foreignObject.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/zoom/page/zoom-foreignObject.svg
diff --git a/LayoutTests/svg/zoom/page/zoom-foreignObject.svg b/LayoutTests/svg/zoom/page/zoom-foreignObject.svg
index a6819addbe5ff173649518d4b718b439762607ca..77ed040657e555cd52e322154d5131223186ac4c 100644
--- a/LayoutTests/svg/zoom/page/zoom-foreignObject.svg
+++ b/LayoutTests/svg/zoom/page/zoom-foreignObject.svg
@@ -13,7 +13,7 @@
<!-- SVG FO text -->
<foreignObject x="260" width="250" height="200">
- <svg xmlns="http://www.w3.org/2000/svg">
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<g transform="scale(3) skewY(5) skewX(5)">
<text y="16">This is a text</text>
<a xlink:href="http://www.example.com/">

Powered by Google App Engine
This is Rietveld 408576698