Index: LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property-expected.html |
diff --git a/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property-expected.html b/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fa1048fa7efaa3c3e6f766197d76f15b69636c9f |
--- /dev/null |
+++ b/LayoutTests/css3/flexbox/flexbox-hidden-by-multi-column-property-expected.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html> |
+<link href="resources/flexbox.css" rel="stylesheet"> |
+<body> |
+<div class="flexbox"> |
+ <div>This text should be displayed</div> |
+</div> |
+<div class="flexbox column"> |
+ <div>This text should be displayed</div> |
+</div> |
+</body> |
+</html> |
+ |