| Index: third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
|
| index 464441e8f6ca79a70ade534b39f1a80694dfcebd..9c1fe29954ac4ad578ed0f2ee7b190eb1f8c1dd4 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
|
| @@ -42,18 +42,6 @@ body {
|
| </div>
|
| </div>
|
|
|
| -<div style="-webkit-writing-mode: horizontal-bt">
|
| -<div class="flexbox" style="width: 600px">
|
| - <div data-expected-height="100" class="flex-one" style="position: relative">
|
| - <div data-offset-x="0" data-offset-y="0" class="absolute" style="top:0;"></div>
|
| - </div>
|
| - <div data-expected-height="100" class="flex-one" style="height: 100px"></div>
|
| - <div data-expected-height="100" class="flex-one" style="position: relative">
|
| - <div data-offset-x="0" data-offset-y="50" class="absolute" style="bottom:0;"></div>
|
| - </div>
|
| -</div>
|
| -</div>
|
| -
|
| <div style="-webkit-writing-mode: vertical-rl">
|
| <div class="flexbox" style="height: 200px">
|
| <div data-expected-width="100" class="flex-one" style="position: relative">
|
|
|