Index: LayoutTests/fast/regions/flow-content-basic-vertical-expected.html |
diff --git a/LayoutTests/fast/regions/flow-content-basic-vertical-expected.html b/LayoutTests/fast/regions/flow-content-basic-vertical-expected.html |
deleted file mode 100644 |
index 25c6596487dc553d61d537cef803ab33feb14a81..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/flow-content-basic-vertical-expected.html |
+++ /dev/null |
@@ -1,42 +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; |
- } |
- |
- .region{ |
- width: 100px; |
- height: 300px; |
- border: solid 1px #888; /* to stop the margin collapsing */ |
- } |
- </style> |
-</head> |
-<body> |
- <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 forcedStackingContext"> |
- <div id="source" class="pass"> |
- <p>flow content</p> |
- </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> |