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

Unified Diff: LayoutTests/fast/regions/auto-size/autoheight-dynamic-update-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/auto-size/autoheight-dynamic-update-expected.html
diff --git a/LayoutTests/fast/regions/auto-size/autoheight-dynamic-update-expected.html b/LayoutTests/fast/regions/auto-size/autoheight-dynamic-update-expected.html
deleted file mode 100644
index 7c8bf25fe4711df88debe38696f33a245fea8f52..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/auto-size/autoheight-dynamic-update-expected.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- .flowContent { font-size: 50px; color: green; font-family: Ahem; }
- .region {
- width: 250px;
- margin-top: 10px;
- }
- #p1 {
- color: green;
- }
-
- #p2 {
- color: blue;
- }
- </style>
- </head>
- </head>
- <body onload="forceLayout();">
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=102954">bug 102954</a>.</p>
- <p>Adding #line1 only after the first layout is done. That will force a second layout
- and the first region needs to resize to accommodate the size of both lines.</p>
- <p>You should see two boxes. The first box should have twice the height of the second one.
- The first box should be all green and the second box should be all blue.</p>
- <div class="region flowContent">
- <div id="p1">
- <div id="line1">aaaaa</div>
- <div id="line2">aaaaa</div>
- </div>
- </div>
- <div class="region flowContent">
- <div id="p2">aaaaa</div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698