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

Unified Diff: LayoutTests/fast/multicol/fixedpos-child-becomes-static-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
Index: LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html
diff --git a/LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html b/LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2cd59850771cf4e4688bbfd9e1d51f666b013052
--- /dev/null
+++ b/LayoutTests/fast/multicol/fixedpos-child-becomes-static-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>Change a fixed positioned child of an otherwise empty multicol container to static positioned.</p>
+<p>Below you should see the word "PASS" with large letter spacing on a yellow background.</p>
+<div style="float:left; width:1em; background:yellow;">P</div>
+<div style="float:left; width:1em; background:yellow;">A</div>
+<div style="float:left; width:1em; background:yellow;">S</div>
+<div style="float:left; width:1em; background:yellow;">S</div>

Powered by Google App Engine
This is Rietveld 408576698