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> |