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

Unified Diff: LayoutTests/fast/regions/webkit-background-clip-text-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/webkit-background-clip-text-expected.html
diff --git a/LayoutTests/fast/regions/webkit-background-clip-text-expected.html b/LayoutTests/fast/regions/webkit-background-clip-text-expected.html
deleted file mode 100644
index 6dea50c3ee199dd137327d8c6f33cd7668cdedb5..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/webkit-background-clip-text-expected.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <style>
- .region {
- -webkit-background-clip: text;
-
- width: 400px;
- height: 100px;
- border: 1px solid black;
-
- font-family: Ahem;
- font-size: 100px;
- color: transparent;
- }
- #region-1 {
- background-color: green;
- }
- #region-2 {
- background-color: blue;
- margin-top: 10px;
- }
- </style>
-</head>
-<body>
- <p>This test verifies that -webkit-background-clip: text applies correctly in regions.</p>
- <p>This test passes if there are two regions, with the following appearance:</p>
- <ul>
- <li>Each region has black border.</li>
- <li>Each region contains two square characters, separated by a space.</li>
- <li>The first region's square characters are green because they clip the region's green background.</li>
- <li>The second region's square characters are blue because they clip the region's blue background.</li>
- </ul>
- <div id="region-1" class="region">x x</div>
- <div id="region-2" class="region">x x</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698