Index: LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html |
deleted file mode 100644 |
index 04672d588e92fe5c5023cc307199d14cbdd15786..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-.parent { |
- background-color: green; |
- width: 300px; |
- border: 1px solid blue; |
-} |
-.container { |
- background-color: yellow; |
-} |
-</style> |
-</head> |
-<body> |
- |
-<div class="parent"> |
- <div class="container"> |
- But humane Starbuck was too late. At the instant of the dart an ulcerous jet shot from this cruel wound, and goaded by it into more than sufferable anguish, |
- the whale now spouting thick blood, with swift fury blindly darted at the craft, bespattering them and their glorying crews all over with showers of gore, capsizing |
- Flask's boat and marring the bows. |
- </div> |
-</div> |
- |
-<p>We have two containers, a shape-inside: rectangle property is applied on the nested container. Since the nested container's height is not resolvable, we shouldn't apply the rectangle shape-inside on the content. <br/>We should see the content inside a 300px wide green container, the text shouldn't conform to any smaller shape</p> |
- |
-</body> |
-</html> |