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> </h1> |
- </div> |
- |
- <div id="region"></div> |
- <div> |
- <h1> </h1> |
- </div> |
-</body> |