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> |