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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_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
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_block_node_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_block_node_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698