Index: LayoutTests/fast/regions/flow-content-basic-vertical.html |
diff --git a/LayoutTests/fast/regions/flow-content-basic-vertical.html b/LayoutTests/fast/regions/flow-content-basic-vertical.html |
deleted file mode 100644 |
index 7206a3fd443dc6644bd20d4a93a61dfe7c2c2bf3..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/flow-content-basic-vertical.html |
+++ /dev/null |
@@ -1,48 +0,0 @@ |
-<!DOCTYPE HTML> |
- |
-<html> |
-<head> |
- <link href="resources/region-style.css" rel="stylesheet" type="text/css"/> |
- <style type="text/css"> |
- html { |
- -webkit-writing-mode: vertical-lr; |
- -webkit-font-smoothing: none; |
- } |
- |
- #source{ |
- -webkit-flow-into: main-thread; |
- } |
- |
- .region{ |
- -webkit-flow-from: main-thread; |
- width:100px; |
- height:300px; |
- border: solid 1px #888; |
- } |
- </style> |
-</head> |
-<body> |
- <div id="source" class="pass"> |
- <p>flow content</p> |
- </div> |
- <div> |
- The words "flow content" in green should display after this div, |
- and there should be two copies of this content that match. |
- </div> |
- <div id="region1" class="region"> |
- <div class="error">FAIL if this text is displayed.</div> |
- </div> |
- <div> |
- The words "flow content" in green should display after this div, |
- and there should be two copies of this content that match. |
- </div> |
- <div class="pass"> |
- <p>flow content</p> |
- </div> |
- |
- <p>This test checks that content can be redirected to a region. It also |
- tries out a validation strategy that recreates the intended display |
- using non-region markup. If top does not match the bottom then the |
- result should be rejected.</p> |
-</body> |
-</html> |