| Index: LayoutTests/fast/regions/changing-writing-mode.html
 | 
| diff --git a/LayoutTests/fast/regions/changing-writing-mode.html b/LayoutTests/fast/regions/changing-writing-mode.html
 | 
| deleted file mode 100644
 | 
| index 9f4b950d39bfaed459739f59e90d53135d946828..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/regions/changing-writing-mode.html
 | 
| +++ /dev/null
 | 
| @@ -1,22 +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;">
 | 
| -            <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>
 | 
| -        <script>
 | 
| -            document.getElementById('container').offsetLeft; // Make sure we have laid out.
 | 
| -            document.getElementById('container').style.WebkitWritingMode = 'vertical-rl';
 | 
| -        </script>
 | 
| -    </body>
 | 
| -</html>
 | 
| 
 |