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

Unified Diff: LayoutTests/fast/regions/auto-size/autoheight-region-increase-width.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-width.html
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-region-increase-width.html b/LayoutTests/fast/regions/auto-size/autoheight-region-increase-width.html
deleted file mode 100644
index 8ffce21aec72cebb75005bb6ce69697c817c2f94..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/auto-size/autoheight-region-increase-width.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; position: absolute; top: 200px; }
- .regionWidth { width: 100px; }
- .regionWidth2 { width: 150px; }
- </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">
- a a a a a a
- </div>
- <div id="region" class="regionWidth" data-expected-height=150></div>
- <script>
- document.body.offsetTop;
- document.getElementById("region").className = "regionWidth2";
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698