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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-relative-size-svg-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/fast/shapes/shape-outside-floats/shape-outside-relative-size-svg-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-relative-size-svg-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-relative-size-svg-expected.html
index 22e50ce2aeb5f6b1f9afdfe04c513a01c611d000..c8442aea5710a3c5f097bf74634bac123a6d6681 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-relative-size-svg-expected.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-relative-size-svg-expected.html
@@ -10,13 +10,13 @@
width: 100px;
height: 100px;
float: left;
- background-image: url("data:image/svg+xml;UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'><rect width='100%' height='100%' fill='blue' /></svg>");
+ background: blue;
background-repeat: no-repeat;
}
</style>
</head>
<body>
-<p>You should see three blue squares: above the green square, to the green square's right, and below the green square.</p>
+<p>You should see three green squares: above the blue square, to the blue square's right, and below the blue square.</p>
<div id="container">
X<br>
<div id="shape-outside"></div>

Powered by Google App Engine
This is Rietveld 408576698