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

Unified Diff: LayoutTests/svg/text/append-text-node-to-tspan.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/text/append-text-node-to-tspan.html
diff --git a/LayoutTests/svg/text/append-text-node-to-tspan.html b/LayoutTests/svg/text/append-text-node-to-tspan.html
index 4cbd48285f7c8ea6aa1c039d322d550e6c7f964c..8922032df1cce32eca382b236462ae73e82c32c5 100644
--- a/LayoutTests/svg/text/append-text-node-to-tspan.html
+++ b/LayoutTests/svg/text/append-text-node-to-tspan.html
@@ -5,7 +5,7 @@
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
</head>
<body onload="runRepaintAndPixelTest()">
-<svg style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px">
+<svg style="position: absolute; top: 0; left: 0; width: 100%; height: 100%">
<title>You should see the word PASS three times</title>
<text transform="translate(10, 50) scale(10 10)" font-size="12">
<tspan x="0" y="12" id="modify">PA</tspan>

Powered by Google App Engine
This is Rietveld 408576698