Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html |
deleted file mode 100644 |
index 01aaa6a2c21f89173dbb8c43ff9c3c71d91790a6..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-.region { |
- width: 250px; |
- background-color: #dedede; |
- margin-top: 10px; |
-} |
-</style> |
-</head> |
-<body> |
-<article> |
- <div class="region"> |
- Despite the passage of time, Major Quilan still suffers grief and bereavement from the death of his wife, killed during the Chelgrian civil war |
- that resulted from the Culture's interference. Quilan is offered the chance to avenge the lost Chelgrians who died in the civil war and is inducted |
- into a plot to strike back at the Culture. |
- </div> |
-</article> |
-<p> |
- We have two regions in the code, both regions have auto-height. The content will fit into the first region, and the second region won't be displayed. |
- In this case we can't apply the shape on the region. The content should fill the grey rectangle without any left offset. |
-</p> |
-<p>Bug <a href="http://webkit.org/b/123103">123103</a>: [CSS Shapes][CSS Regions] Don't apply shape-inside when we have multiple auto-height regions and the height is not resolved</p> |
-</body> |
-</html> |