Index: LayoutTests/fast/regions/auto-size/autoheight-singleregion-overflowauto.html |
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-singleregion-overflowauto.html b/LayoutTests/fast/regions/auto-size/autoheight-singleregion-overflowauto.html |
deleted file mode 100644 |
index 6a2747a6e19441fda7bfb30e8e0e706c801b62af..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/auto-size/autoheight-singleregion-overflowauto.html |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <style> |
- .flowContent { font-size: 50px; line-height: 2; color: green; font-family: Ahem; } |
- #article { -webkit-flow-into: flow; } |
- |
- .regionSize { width: 250px; } |
- #region { -webkit-flow-from: flow; position: absolute; top: 100px; } |
- |
- .redBox { position: absolute; height: 50px; background-color: red; } |
- #red { top: 125px; } |
- #red1 { top: 225px; } |
- #red2 { top: 325px; } |
- </style> |
- </head> |
- <body> |
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=91097"> Auto height is not working for regions</a>.</p> |
- <p>The auto height region is the single region in the flow thread region chain, having region overflow auto.</p> |
- <p>On success, you should see 3 green lines.</p> |
- <div id="red" class="redBox regionSize"></div> |
- <div id="red1" class="redBox regionSize"></div> |
- <div id="red2" class="redBox regionSize"></div> |
- <div id="article" class="flowContent"> |
- <span style="background-color: green"> |
- a a a a a a a a a |
- </span> |
- </div> |
- <div id="region" class="regionSize"></div> |
- </body> |
-</html> |