Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html |
deleted file mode 100644 |
index 821f1f87c709d08337d19a42dadfa5a5cc8b901e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-#source { -webkit-flow-into: article; } |
-.regions { |
- -webkit-flow-from: article; |
- shape-inside: rectangle(90px, 0px, 100%, 100%); |
- width: 250px; |
- background-color: #dedede; |
- margin-top: 10px; |
-} |
- |
-</style> |
-</head> |
-<body> |
-<article> |
- <div class="regions"></div> |
- <div class="regions"></div> |
-</article> |
-<div id="source"> |
- 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> |
-<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> |