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

Unified Diff: LayoutTests/fast/regions/outline-sides-in-region.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.html
diff --git a/LayoutTests/fast/regions/outline-sides-in-region.html b/LayoutTests/fast/regions/outline-sides-in-region.html
deleted file mode 100644
index 1c3593ea23a83b42b78eae0c5b49914069e89877..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/outline-sides-in-region.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- this test should display two identical yellow squares -->
-<style type="text/css">
-
- h1{
- outline: 5px solid yellow;
- }
-
- #source > h1 {
- margin-top: 0;
- }
-
- #source{
- -webkit-flow-into: body;
- }
-
- #region{
- -webkit-flow-from: body;
- }
- div{
- width:200px;
- height:200px;
- }
-</style>
-<body>
- <div id="source">
- <h1>&nbsp;</h1>
- </div>
-
- <div id="region"></div>
- <div>
- <h1>&nbsp;</h1>
- </div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698