| Index: third_party/WebKit/LayoutTests/css3/flexbox/child-overflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/child-overflow.html b/third_party/WebKit/LayoutTests/css3/flexbox/child-overflow.html
|
| index a633c150d190d864f96e35b6e1c8f2ea83a820c5..3a026aaed7720712e6f01bab10b809c7413d1678 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/child-overflow.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/child-overflow.html
|
| @@ -13,10 +13,6 @@
|
| -webkit-writing-mode: horizontal-tb;
|
| }
|
|
|
| -.horizontal-bt {
|
| - -webkit-writing-mode: horizontal-bt;
|
| -}
|
| -
|
| .vertical-rl {
|
| -webkit-writing-mode: vertical-rl;
|
| }
|
| @@ -54,7 +50,7 @@ p {
|
| to the same corner.</p>
|
| </body>
|
| <script>
|
| -var writingModes = ['horizontal-bt', 'vertical-rl', 'vertical-lr', 'horizontal-tb'];
|
| +var writingModes = ['vertical-rl', 'vertical-lr', 'horizontal-tb'];
|
| var flexDirections = ['row', 'column', 'row-reverse', 'column-reverse'];
|
| writingModes.forEach(function(writingMode) {
|
| flexDirections.forEach(function(flexDirection) {
|
|
|