Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html |
similarity index 52% |
copy from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html |
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html |
index 42f0d08a0fe3dd70f6f5096d12a21f3fdfc25d5f..03e1958b52b3fbdc7225d505f2e9368cfacc8088 100644 |
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html |
@@ -4,19 +4,19 @@ |
<style> |
#image-shape { |
float: left; |
- width: 100px; |
- height: 200px; |
+ width: 25px; /* shape-outside intervals derived from images are end-point exclusive */ |
+ height: 100px; |
} |
#content { |
font: 50px/1 Ahem, sans-serif; |
+ width: 600px; |
color: green; |
} |
</style> |
<div id="content"> |
- <img id="image-shape"/> |
- X<br>X<br>X<br>X<br>X |
+ <div id="image-shape"></div> |
+ X<br>X<br>X |
</div> |
</body> |
</html> |
- |