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

Unified Diff: LayoutTests/fast/regions/region-styling/region-style-block-background-color-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-color-expected.html
diff --git a/LayoutTests/fast/regions/region-styling/region-style-block-background-color-expected.html b/LayoutTests/fast/regions/region-styling/region-style-block-background-color-expected.html
deleted file mode 100644
index 58bacd0473b476c659f6dd9ad4748b79cd627c45..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-styling/region-style-block-background-color-expected.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- html { font: 16px/1.25 monospace; }
- .regionBox1 { width: 420px; height: 30px; }
- .regionBox2 { width: 420px; height: 50px; }
- .greenBackground { background-color: green; }
- .limeBackground { background-color: lime; }
- </style>
- </head>
- <body>
- <div class="regionBox1">
- <div class="greenBackground">Green background text styled in region1.</div>
- </div>
- <div class="regionBox2">
- <div class="greenBackground">Green background text styled in region21.</div>
- </div>
- <div class="regionBox1">
- <div class="limeBackground">Lime background text styled in region22.</div>
- </div>
- <div class="regionBox1 greenBackground">
- <div>Green background text styled in region31.</div>
- </div>
- <div class="regionBox2 limeBackground">
- <div>Lime background text styled in region32.</div>
- <div>Lime background text styled in region32.</div>
- </div>
- <div class="regionBox1">
- <div class="greenBackground">Green background text styled in region31.</div>
- </div>
-
- <div class="regionBox2">
- <div class="greenBackground">Green background text styled in region 41.</div>
- </div>
- <div class="regionBox2">
- <div class="limeBackground">Lime background text styled in region 42.</div>
- </div>
- <div class="regionBox1">
- <div class="greenBackground">Green background text styled in region 41.</div>
- </div>
- <div class="regionBox1">
- <div class="limeBackground"> Lime background text styled in region 42.</div>
- </div>
- <div class="regionBox1">
- <div class="greenBackground"><i><b>Green background, styled text in region5.</b></i></div>
- </div>
- <div class="regionBox1">
- <div>Transparent background text in region6.</b></i></div>
- </div>
- <div class="regionBox1">
- <div>Transparent background text in region71.</div>
- </div>
- <div class="regionBox1">
- <div class="greenBackground">Green background text in region 72.</div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698