| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| index 73f8eabff837c870d3324643ea144975bbfc9b4b..74366ea0c01ca23944707416efb8a19ef1606dda 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| @@ -624,7 +624,7 @@ TEST_F(NGBlockLayoutAlgorithmTest, DISABLED_CollapsingMarginsCase6) {
|
|
|
| // Verifies that a child with clearance - which does nothing - still shifts its
|
| // parent's offset.
|
| -TEST_F(NGBlockLayoutAlgorithmTest, CollapsingMarginsCase7) {
|
| +TEST_F(NGBlockLayoutAlgorithmTest, DISABLED_CollapsingMarginsCase7) {
|
| SetBodyInnerHTML(R"HTML(
|
| <!DOCTYPE html>
|
| <style>
|
| @@ -798,7 +798,7 @@ TEST_F(NGBlockLayoutAlgorithmTest, AutoMargin) {
|
|
|
| // Verifies that floats can be correctly positioned if they are inside of nested
|
| // empty blocks.
|
| -TEST_F(NGBlockLayoutAlgorithmTest, PositionFloatInsideEmptyBlocks) {
|
| +TEST_F(NGBlockLayoutAlgorithmTest, DISABLED_PositionFloatInsideEmptyBlocks) {
|
| SetBodyInnerHTML(R"HTML(
|
| <style>
|
| #container {
|
|
|