| Index: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| index a937be91353343f77047c83b44b5b1d553f4294d..b1e8c7af564aeb118a4f8f0ae0fc1e9e4ab18fe9 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| @@ -79,7 +79,7 @@ TEST_F(NGOutOfFlowLayoutPartTest, FixedInsideAbs) {
|
| EXPECT_EQ(fixed_2->OffsetTop(), LayoutUnit(9));
|
| };
|
|
|
| -TEST_F(NGOutOfFlowLayoutPartTest, OrthogonalWritingMode1) {
|
| +TEST_F(NGOutOfFlowLayoutPartTest, DISABLED_OrthogonalWritingMode1) {
|
| SetBodyInnerHTML(
|
| R"HTML(
|
| <style>
|
| @@ -118,7 +118,7 @@ TEST_F(NGOutOfFlowLayoutPartTest, OrthogonalWritingMode1) {
|
| fragment->Offset());
|
| };
|
|
|
| -TEST_F(NGOutOfFlowLayoutPartTest, OrthogonalWritingMode2) {
|
| +TEST_F(NGOutOfFlowLayoutPartTest, DISABLED_OrthogonalWritingMode2) {
|
| SetBodyInnerHTML(
|
| R"HTML(
|
| <style>
|
|
|