| 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 37bb93d60684ef4824b65eadc8fddf6a98b74d9c..bde8add1ea84cb3424f1b7df45c460a438e8d8ea 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
|
| @@ -80,7 +80,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>
|
| @@ -119,7 +119,7 @@ TEST_F(NGOutOfFlowLayoutPartTest, OrthogonalWritingMode1) {
|
| fragment->Offset());
|
| };
|
|
|
| -TEST_F(NGOutOfFlowLayoutPartTest, OrthogonalWritingMode2) {
|
| +TEST_F(NGOutOfFlowLayoutPartTest, DISABLED_OrthogonalWritingMode2) {
|
| SetBodyInnerHTML(
|
| R"HTML(
|
| <style>
|
|
|