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

Unified Diff: LayoutTests/fast/multicol/static-child-becomes-fixedpos-expected.html

Issue 1148173003: Changing out-of-flow-ness on a multicol child may affect the need for column sets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/fast/multicol/static-child-becomes-fixedpos.html ('k') | Source/core/layout/LayoutFlowThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/static-child-becomes-fixedpos-expected.html
diff --git a/LayoutTests/fast/multicol/static-child-becomes-fixedpos-expected.html b/LayoutTests/fast/multicol/static-child-becomes-fixedpos-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..397afba927dff8944f27e1ff55c9979a1711ba37
--- /dev/null
+++ b/LayoutTests/fast/multicol/static-child-becomes-fixedpos-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<p>Change a static positioned child of an otherwise empty multicol container to fixed positioned.</p>
+<p>There should be a blue <em>square</em> below.</p>
+<div style="-webkit-columns:2; width:100px; height:100px; background:blue;"></div>
« no previous file with comments | « LayoutTests/fast/multicol/static-child-becomes-fixedpos.html ('k') | Source/core/layout/LayoutFlowThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698