Index: LayoutTests/fast/regions/auto-size/autoheight-definedheight-changenotdetected-expected.html |
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-definedheight-changenotdetected-expected.html b/LayoutTests/fast/regions/auto-size/autoheight-definedheight-changenotdetected-expected.html |
deleted file mode 100644 |
index 07c7e3635d206e97b1d4f2c47492e005f4e7134e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/auto-size/autoheight-definedheight-changenotdetected-expected.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <style> |
- .regionSize { width: 250px; } |
- .greenBox { position: absolute; height: 50px; background-color: green; } |
- #green { top: 200px; } |
- #green1 { top: 150px; left: 350px; } |
- #green2 { top: 250px; left: 350px; } |
- </style> |
- </head> |
- <body> |
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=100749"> [CSSRegions]Former auto-height regions should not ignore their defined height</a>.</p> |
- <p>The first region is auto-height and the second region has specified height.</p> |
- <p>After a first layout, the first region has its height defined and the content should flow into the second region too.</p> |
- <p>On success, you should see 1 green line on the left and 2 green lines on the right.</p> |
- |
- <div id="green" class="greenBox regionSize"></div> |
- <div id="green1" class="greenBox regionSize"></div> |
- <div id="green2" class="greenBox regionSize"></div> |
- </body> |
-</html> |