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

Unified Diff: LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.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: 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
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html
diff --git a/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html b/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html
new file mode 100644
index 0000000000000000000000000000000000000000..568319c5d924e7199167d038b4655c1fae6b91fc
--- /dev/null
+++ b/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<link href="resources/flexbox.css" rel="stylesheet">
+<style>
+.flexbox {
+ -webkit-column-count: 3;
+}
+</style>
+<body>
+<div class="flexbox">
+ <div>This text should be displayed</div>
+</div>
+<div class="flexbox column">
+ <div>This text should be displayed</div>
mstensho (USE GERRIT) 2014/08/22 11:52:34 Should have something here that's guaranteed to be
harpreet.sk 2014/08/22 12:43:44 Acknowledged.
+</div>
+</body>
+</html>
+
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698