| Index: LayoutTests/fast/regions/subtree-with-horiz-bt.html
 | 
| diff --git a/LayoutTests/fast/regions/subtree-with-horiz-bt.html b/LayoutTests/fast/regions/subtree-with-horiz-bt.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..9e49b3f2b5d9937106b7d81cc0e2a0c9c3701bb7
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/regions/subtree-with-horiz-bt.html
 | 
| @@ -0,0 +1,15 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +    <body style="color:black; background:white;">
 | 
| +        <p>Below you should see the word 'PASS' on a lime background.</p>
 | 
| +        <div style="width:20em; height:20em; -webkit-writing-mode:horizontal-bt; line-height:2em;">
 | 
| +            <div style="-webkit-flow-into:thread;">
 | 
| +                <br>
 | 
| +                <div style="-webkit-region-break-after:always;"></div>
 | 
| +                PASS
 | 
| +            </div>
 | 
| +            <div style="-webkit-flow-from:thread; background:black;"></div>
 | 
| +            <div style="-webkit-flow-from:thread; background:lime;"></div>
 | 
| +        </div>
 | 
| +    </body>
 | 
| +</html>
 | 
| 
 |