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

Unified Diff: LayoutTests/fast/regions/region-styling/region-style-image-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-image-background-color-expected.html
diff --git a/LayoutTests/fast/regions/region-styling/region-style-image-background-color-expected.html b/LayoutTests/fast/regions/region-styling/region-style-image-background-color-expected.html
deleted file mode 100644
index 6503271fb294b0e9864caefdfbe9d968f294d795..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-styling/region-style-image-background-color-expected.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!doctype html>
-<html>
- <!--
- Ref test for https://bugs.webkit.org/show_bug.cgi?id=71488 (Add support for background-color in region styling).
- Setting the background color is enabled for block elements only.
- You should not see any red background below.
- -->
- <head>
- <style>
- @font-face {
- font-family: webkit-ahem;
- font-style: normal;
- src: url(../../../resources/Ahem.ttf);
- }
-
- p { background-color: green; font-family: webkit-ahem; }
- img { background-color: green}
- .regionBox2 { width: 300px; height: 100px; }
-
- #article { position: absolute; top: 10px; }
- </style>
- </head>
- <body>
- <div id="article" class="regionBox2">
- <!-- Green background text styled in region. -->
- <p>R: 00 G: 80 B: 00</p>
- <img src="resources/transparent.png">
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698