| Index: LayoutTests/fast/regions/auto-size/autoheight-horizontal-bt-expected.html
 | 
| diff --git a/LayoutTests/fast/regions/auto-size/autoheight-horizontal-bt-expected.html b/LayoutTests/fast/regions/auto-size/autoheight-horizontal-bt-expected.html
 | 
| deleted file mode 100644
 | 
| index ca42f0b1be2bdb0eb8662e60abd0a9e3baf1e4f1..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/regions/auto-size/autoheight-horizontal-bt-expected.html
 | 
| +++ /dev/null
 | 
| @@ -1,19 +0,0 @@
 | 
| -<!doctype html>
 | 
| -<html style="-webkit-writing-mode: horizontal-bt;">
 | 
| -    <head>
 | 
| -        <style>
 | 
| -            .greenBox { position: absolute; width: 250px; height: 50px; background-color: green; }
 | 
| -            #green { bottom: 125px; }
 | 
| -            #green1 { bottom: 225px; }
 | 
| -            #green2 { bottom: 325px; }
 | 
| -        </style>
 | 
| -    </head>
 | 
| -    <body>
 | 
| -        <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=91097"> Auto height is not working for regions</a>.</p>
 | 
| -        <p>The region is a block element, writing mode horizontal-bt.</p>
 | 
| -        <p>On success, you should see 3 green rectangles.</p>
 | 
| -        <div id="green" class="greenBox"></div>
 | 
| -        <div id="green1" class="greenBox"></div>
 | 
| -        <div id="green2" class="greenBox"></div>
 | 
| -    </body>
 | 
| -</html>
 | 
| 
 |