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

Unified Diff: LayoutTests/fast/regions/region-styling/region-style-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-color-expected.html
diff --git a/LayoutTests/fast/regions/region-styling/region-style-color-expected.html b/LayoutTests/fast/regions/region-styling/region-style-color-expected.html
deleted file mode 100644
index f90d4f3c76ae60bd1ca060c2b504ff0512f31e0d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-styling/region-style-color-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!doctype html>
-<html>
- <!--
- Test for https://bugs.webkit.org/show_bug.cgi?id=85633 ([CSSRegions]Add region styling support for color property).
- You should not see any red text below.
- -->
- <head>
- <style>
- body { font-family: monospace; }
- #p1 { color: #008000; position: absolute; top: 10px; }
- #span2 { color: #008000; position: absolute; top: 50px; }
- #article3 { color: #0000ff; position: absolute; top: 90px; }
- #div3 { color: #008000; }
- #span41 { color: #008000; position: absolute; top: 150px; }
- #span42 { color: #00ff00; position: absolute; top: 190px; }
- em { color: #008000; }
- #div51 { color: #00ff00; position: absolute; top: 230px; width: 350px; height: 50px; }
- #div52 { color: #00ff00; position: absolute; top: 290px; width: 350px; height: 50px; }
- </style>
- </head>
- <body>
- <p id="p1">P color styled in region: #008000.</p>
- <span id="span2">Span color styled in region: #008000.</span>
- <div id="article3">
- Text color styled in region: #0000ff.
- <div id="div3">Div color styled in region: #008000.</div>
- Text color styled in region: #0000ff.
- </div>
- <span id="span41">Span text color styled in region: #008000.</span>
- <span id="span42">Span text color styled in region: #00ff00.</span>
- <div id="div51">
- Text color styled in region: #00ff00.
- <em style="display: block">Em color styled in region: #008000.</em>
- </div>
- <div id="div52">
- Text color styled in region: #00ff00.
- <em>Em color styled in region: #008000.</em>
- Text color styled in region: #00ff00.
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698