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

Unified Diff: LayoutTests/fast/regions/regions-widows-float-top-aligned.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/regions-widows-float-top-aligned.html
diff --git a/LayoutTests/fast/regions/regions-widows-float-top-aligned.html b/LayoutTests/fast/regions/regions-widows-float-top-aligned.html
deleted file mode 100644
index 8dc07db509162acbf84acd917b18da3da5050556..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/regions-widows-float-top-aligned.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!doctype html>
-<html style="font: 16px/1.25 monospace;">
- <head>
- <style>
- #content {
- -webkit-flow-into: flow;
- }
-
- .region {
- -webkit-flow-from: flow;
- width: 100px;
- height: 100px;
- }
-
- #region1 {
- border: 5px solid green;
- height: 150px;
- }
-
- #region2 {
- border: 5px solid blue;
- height: 200px;
- }
-
- #self_col {
- margin-top: 0px;
- margin-bottom: 0px;
- float: left;
- height: 30px;
- border: thin solid black;
- }
-
- #self_col_p {
- margin-top: 30px;
- widows: 4;
- }
-
- #clear {
- margin-top: 50px;
- }
-
- </style>
- </head>
- <body>
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=122450">Bug 122450</a>. The test passes if the first three lines are in the green box and the last four lines in the blue box.</p>
- <div id="content">
- <div id="self_col_p">
- <div id="self_col"></div>
- <div id="clear">
- Linetext1
- Linetext2
- Linetext3
- Linetext4
- Linetext5
- Linetext6
- Linetext7
- </div>
- </div>
- </div>
- <div id="container">
- <div class="region" id="region1"></div>
- <div class="region" id="region2"></div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698