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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_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
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>

Powered by Google App Engine
This is Rietveld 408576698