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

Unified Diff: LayoutTests/fast/regions/region-styling/render-region-custom-style-mark-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/render-region-custom-style-mark-expected.html
diff --git a/LayoutTests/fast/regions/region-styling/render-region-custom-style-mark-expected.html b/LayoutTests/fast/regions/region-styling/render-region-custom-style-mark-expected.html
deleted file mode 100644
index 66d4e25cf47a65220ded96f488c72f4842d0a386..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-styling/render-region-custom-style-mark-expected.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!doctype html>
-<html>
- <!--
- Ref test for checking that regions with associated region styling rules
- are identified and flagged correctly.
- -->
- <head>
- <style>
- @font-face {
- font-family: webkit-ahem;
- font-style: normal;
- src: url(../../../resources/Ahem.ttf);
- }
-
- p { font-family: webkit-ahem; background-color: green; }
-
- #region1 { position: absolute; top: 10px; width: 300px; height: 50px; }
- #region2 { position: absolute; top: 70px; width: 300px; height: 50px; }
- #region4 { position: absolute; top: 190px; width: 300px; height: 50px; }
- </style>
- </head>
- <body>
- <div id="region1">
- <p id="p1">R: 00 G: 80 B: 00</p>
- </div>
- <div id="region2">
- <p id="p2">R: 00 G: 80 B: 00</p>
- </div>
- <div id="region4">
- <p id="p3" class="p3">R: 00 G: 80 B: 00</p>
- </div>
- </body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698