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

Unified Diff: third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child-expected.html

Issue 2004363003: Only re-use an anonymous block for continuations if it's contained by a block flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/LayoutTests/fast/deprecated-flexbox/inline-with-block-child-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child-expected.html b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..76aecead79afcc3aaec333d03dc064fc586d2636
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<script src="../../resources/ahem.js"></script>
+<p>A (deprecated) flexbox shouldn't allow its items to form a continuation chain, since a
+ flexbox isn't a block flow (block container).</p>
+<p>There should be a square below.</p>
+<div style="font:20px/1 Ahem;">
+ xxx<br>
+ xxx<br>
+ xxx<br>
+</div>

Powered by Google App Engine
This is Rietveld 408576698