Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc

Issue 2829593002: (CANCELED) [LayoutNG] Use ChildrenInline() to determine if children are inline (Closed)
Patch Set: Add TestExpectations Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/ng/ng_block_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698