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

Unified Diff: LayoutTests/fast/regions/auto-size/autoheight-break-after.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-break-after.html
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-break-after.html b/LayoutTests/fast/regions/auto-size/autoheight-break-after.html
deleted file mode 100644
index d3fd0656db969fe1126240eac76d7b3f68da0214..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/auto-size/autoheight-break-after.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- .region {
- width: 200px;
- margin: 10px;
- float: left;
- -webkit-flow-from: flow;
- }
- .regionAuto {
- border: thick solid red;
- }
- .regionNonAuto {
- height: 200px;
- border: thick solid blue;
- }
- .content {
- font-family: Ahem;
- font-size: 10px;
- -webkit-flow-into: flow;
- }
- #break_after {
- -webkit-region-break-after: always;
- margin-bottom: 100px;
- }
- </style>
- </head>
- <body>
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=112241"> [CSS Regions] Break after doesn't work correctly with auto-height regions</a>.</p>
- <p>There are three regions: one with auto-height (red), one with a specified height (blue) and the last one with auto-height (red). The first region contains a paragraph with a break after. The last auto-height region should fit the lorem ipsum content fragment.</p>
- <p>On success, you should not see overflow in the last region.</p>
- <div class="content">
- <p id="break_after">BreakAfter</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque tempor est eu turpis tincidunt at sollicitudin felis fermentum. Nullam sollicitudin eros at elit facilisis condimentum. Ut tempor, nunc at volutpat cursus, sapien mi gravida velit, ut ullamcorper felis nunc ac risus. Suspendisse vel eros tortor, non cursus metus. Nam hendrerit pharetra sapien, sodales mattis arcu varius a. Curabitur non arcu id sem hendrerit tincidunt vel a nisi. Phasellus at erat nec nunc consectetur posuere. Aliquam consequat tempus pulvinar. Pellentesque ut sapien quis urna vestibulum dignissim.</p>
- </div>
- <div class="region regionAuto"></div>
- <div class="region regionNonAuto"></div>
- <div class="region regionAuto"></div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698