Index: LayoutTests/fast/regions/auto-size/autowidth-abspos-regionchain-expected.html |
diff --git a/LayoutTests/fast/regions/auto-size/autowidth-abspos-regionchain-expected.html b/LayoutTests/fast/regions/auto-size/autowidth-abspos-regionchain-expected.html |
deleted file mode 100644 |
index 81f0eefa715f1c545037d9220b5deb741965a98f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/auto-size/autowidth-abspos-regionchain-expected.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <style> |
- #green1 { position: absolute; background-color: green; width: 100px; height: 50px; top: 150px; } |
- #green2 { position: absolute; background-color: green; width: 100px; height: 50px; top: 250px; } |
- </style> |
- </head> |
- <body> |
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=74135"> Auto width is not working for regions</a>.</p> |
- <p>The regions are absolutely positioned, non replaced element.</p> |
- <p>In this case, the regions have the same width, based on the same flow thread min/max content.</p> |
- <p>On success, you should not see a red rectangle below.</p> |
- <div id="green1"></div> |
- <div id="green2"></div> |
- </body> |
-</html> |