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

Unified Diff: LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html

Issue 635533003: Don't delete nodes in the float interval tree while traversing it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add correct png! Created 6 years, 2 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/http/tests/shapes/shape-outside-svg-image-shape-margin.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html b/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
similarity index 91%
rename from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html
rename to LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
index 955defa60f414ed6181b67c4ffc58abde7836193..ce41674e4159bbf19bd54e999c76659077cbcb7a 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html
+++ b/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
@@ -33,7 +33,7 @@
width: 50px;
height: 180px;
shape-margin: 20px;
- shape-outside: url(../resources/square.png);
+ shape-outside: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'><rect x='0' y='50' width='100' height='100' fill='blue'/></svg>");
margin-right: 10px;
}
#ref {

Powered by Google App Engine
This is Rietveld 408576698