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

Unified Diff: LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html

Issue 488183003: Multi-column properties in a flexbox hide its content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporated nits Created 6 years, 4 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: LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html
diff --git a/LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html b/LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7d7e287ccc227b86eed8761da90986f7ce4149e4
--- /dev/null
+++ b/LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<link href="resources/flexbox.css" rel="stylesheet">
+<style>
+.flexbox, .inline-flexbox {
+ width: 20em;
+}
+</style>
+<div class="flexbox">
+AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
+</div>
+
+<div class="inline-flexbox">
+AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
+</div>
« no previous file with comments | « LayoutTests/css3/flexbox/flexbox-with-multi-column-property.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698