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

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

Issue 2954433003: [LayoutNG] Make leading OOF objects not to create context
Patch Set: Created 3 years, 6 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 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>
« 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