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

Unified Diff: LayoutTests/fast/regions/outline-sides-in-region-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/outline-sides-in-region-expected.html
diff --git a/LayoutTests/fast/regions/outline-sides-in-region-expected.html b/LayoutTests/fast/regions/outline-sides-in-region-expected.html
deleted file mode 100644
index f72a10e4d05348978762df47b19b4b36dcb5d8c2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/outline-sides-in-region-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- this test should display two identical yellow squares -->
-<style type="text/css">
-
- h1{
- outline: 5px solid yellow;
- }
-
- div{
- width:200px;
- height:200px;
- }
-</style>
-<body>
- <div>
- <div>
- <h1>&nbsp;</h1>
- </div>
- </div>
- <div>
- <h1>&nbsp;</h1>
- </div>
-</body>
« no previous file with comments | « LayoutTests/fast/regions/outline-sides-in-region.html ('k') | LayoutTests/fast/regions/overflow-in-uniform-regions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698