Index: LayoutTests/fast/regions/changing-writing-mode-expected.html |
diff --git a/LayoutTests/fast/regions/changing-writing-mode-expected.html b/LayoutTests/fast/regions/changing-writing-mode-expected.html |
deleted file mode 100644 |
index e9db909d78e937b2cc7b9769f027e3154d0b8839..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/changing-writing-mode-expected.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <title>Changing writing mode on the first region</title> |
- </head> |
- <body style="color:black; background:white;"> |
- <p>Below you should see the word 'PASS' on a lime background.</p> |
- <div id="container" style="width:20em; height:20em; line-height:2em; -webkit-writing-mode:vertical-rl;"> |
- <div style="-webkit-flow-into:thread;"> |
- <br> |
- <div style="-webkit-region-break-after:always;"></div> |
- <div style="-webkit-writing-mode:horizontal-tb;">PASS</div> |
- </div> |
- <div style="-webkit-flow-from:thread; background:black;"></div> |
- <div style="-webkit-flow-from:thread; background:lime;"></div> |
- </div> |
- </body> |
-</html> |