Index: LayoutTests/fast/regions/auto-size/autoheight-region-new-maxheight-vrl.html |
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-region-new-maxheight-vrl.html b/LayoutTests/fast/regions/auto-size/autoheight-region-new-maxheight-vrl.html |
deleted file mode 100644 |
index 24978169fdecd3e1b9c73b8221534476d4367c26..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/auto-size/autoheight-region-new-maxheight-vrl.html |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<!doctype html> |
-<html style="-webkit-writing-mode: vertical-rl"> |
- <head> |
- <style> |
- #content { -webkit-flow-into: flow; font: 50px/1 Ahem; } |
- #region { -webkit-flow-from: flow; height: 100px; position: absolute; right: 200px; overflow: hidden; } |
- .regionMaxHeight { max-width: 200px; } |
- </style> |
- </head> |
- <script src="../../../resources/check-layout.js"></script> |
- <body onload="checkLayout('#region')"> |
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=103738"> [CSS Regions] min-max height will not trigger a relayout when set on a region with auto-height</a>.</p> |
- <p>On success you should see PASS below.</p> |
- <div id="content"> |
- <span>a a a a a</span> |
- </div> |
- <div id="region" data-expected-width=200></div> |
- <script> |
- document.body.offsetTop; // force layout |
- document.getElementById("region").className = "regionMaxHeight"; |
- </script> |
- </body> |
-</html> |