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

Unified Diff: LayoutTests/fast/regions/named-flow-content-order-1-expected.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/named-flow-content-order-1-expected.html
diff --git a/LayoutTests/fast/regions/named-flow-content-order-1-expected.html b/LayoutTests/fast/regions/named-flow-content-order-1-expected.html
deleted file mode 100644
index bc50366e60f803463289a0646d77415fb9a62191..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/named-flow-content-order-1-expected.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- .region {
- height: 60px;
- width: 120px;
- border: 2px solid black;
- }
-
- .float {
- float: left;
- height: 60px;
- width: 40px;
- }
-
- #red {
- background-color: red;
- }
-
- #green {
- background-color: green;
- }
-
- #blue {
- background-color: blue;
- }
-
- div.content:hover p:first-letter {
- font-size: 30px;
- }
- </style>
- </head>
- <body>
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=103501">Fix content node renderers ordering inside the named flow thread</a>.</p>
- <p>The test adds three colored content nodes (blocks) to a flow and then modifies the flow-into properties to force renderers to shuffle.</p>
- <p>On success, you should see the blocks ordered: red, green, blue.</p>
- <div class="region">
- <div id="red" class="float">1</div>
- <div id="green"class="float">2</div>
- <div id="blue" class="float">3</div>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/regions/named-flow-content-order-1.html ('k') | LayoutTests/fast/regions/named-flow-content-order-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698