| 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 9caa6d6d6c90a0b60ca4a5463b14abdf61551086..5c1c3adcd8c146539e3b85866b8261f0ceaae369 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
|
| @@ -801,7 +801,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 {
|
| @@ -2218,7 +2218,7 @@ TEST_F(NGBlockLayoutAlgorithmTest, InnerChildrenFragmentationSmallHeight) {
|
| }
|
|
|
| // Tests that float children fragment correctly inside a parallel flow.
|
| -TEST_F(NGBlockLayoutAlgorithmTest, FloatFragmentationParallelFlows) {
|
| +TEST_F(NGBlockLayoutAlgorithmTest, DISABLED_FloatFragmentationParallelFlows) {
|
| SetBodyInnerHTML(R"HTML(
|
| <!DOCTYPE html>
|
| <style>
|
| @@ -2299,7 +2299,7 @@ TEST_F(NGBlockLayoutAlgorithmTest, FloatFragmentationParallelFlows) {
|
|
|
| // Tests that float children don't fragment if they aren't in the same writing
|
| // mode as their parent.
|
| -TEST_F(NGBlockLayoutAlgorithmTest, FloatFragmentationOrthogonalFlows) {
|
| +TEST_F(NGBlockLayoutAlgorithmTest, DISABLED_FloatFragmentationOrthogonalFlows) {
|
| SetBodyInnerHTML(R"HTML(
|
| <!DOCTYPE html>
|
| <style>
|
|
|