Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: LayoutTests/fast/regions/auto-size/autoheight-region-increase-minheight.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/regions/auto-size/autoheight-region-increase-minheight.html
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-region-increase-minheight.html b/LayoutTests/fast/regions/auto-size/autoheight-region-increase-minheight.html
deleted file mode 100644
index 604ca1bce40dacffcd9d7f8f7a30ba4b243b07e8..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/auto-size/autoheight-region-increase-minheight.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- #content { -webkit-flow-into: flow; font: 50px/1 Ahem; }
- #region { -webkit-flow-from: flow; width: 100px; position: absolute; top: 200px; }
- .regionMinHeight { min-height: 200px; }
- .regionMinHeight2 { min-height: 300px; }
- </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</span>
- </div>
- <div id="region" class="regionMinHeight" data-expected-height=300></div>
- <script>
- document.body.offsetTop; // force layout
- document.getElementById("region").className = "regionMinHeight2";
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698