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

Unified Diff: LayoutTests/fast/regions/region-styling/region-style-block-background-color2-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/region-styling/region-style-block-background-color2-expected.html
diff --git a/LayoutTests/fast/regions/region-styling/region-style-block-background-color2-expected.html b/LayoutTests/fast/regions/region-styling/region-style-block-background-color2-expected.html
deleted file mode 100644
index c03827e1a78c2b4e3a7e833a51e8a0d5bb54d735..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-styling/region-style-block-background-color2-expected.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- html { font: 16px/1.25 monospace; }
- .regionBox { width: 420px; height: 50px; }
- .regionBox1 { width: 420px; height: 30px; }
- .regionBox2 { width: 420px; height: 100px; }
- .regionBox3 { width: 420px; height: 10px; }
- .regionParagraphFlowRemoved { width: 420px; height: 20px; }
- .greenBackground { background-color: green; }
- .limeBackground { background-color: lime; }
- </style>
- </head>
- <body>
- <div class="regionBox">
- <div class="greenBackground">Green background text styled in region1.</div>
- </div>
- <div>
- <div class="limeBackground regionParagraphFlowRemoved">Lime background text styled out region2.</div>
- </div>
- <div class="regionBox">
- <br>
- <div class="greenBackground">Green background text styled in region31.</div>
- </div>
- <div class="regionBox1">
- <div class="limeBackground">Lime background text styled in region32.</div>
- </div>
- <div class="regionBox">
- <div class="greenBackground">Green background text styled in region41.</div>
- </div>
- <div class="regionBox1">
- <div class="limeBackground">Lime background text styled in region42.</div>
- </div>
- <div class="regionBox2">
- <div class="greenBackground">Green background text styled in region51.</div>
- <br>
- <div class="greenBackground">Green background text styled in region51.</div>
- </div>
- <div class="regionBox3"></div>
-
- <div class="regionBox">
- <div class="greenBackground">Green background text styled in region61.</div>
- </div>
- <div class="regionBox1">
- <div class="limeBackground">Lime background text styled in region62.</div>
- </div>
- <div class="regionBox">
- <div class="greenBackground">Green background text styled in region71.</div>
- </div>
- <div class="regionBox1">
- <div class="limeBackground">Lime background text styled in region72.</div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698