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

Unified Diff: LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos.html

Issue 1229983004: May need to insert or remove column sets when out-of-flow objects get their containing block change… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 years, 5 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/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos.html
diff --git a/LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos.html b/LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos.html
new file mode 100644
index 0000000000000000000000000000000000000000..f409756c26e2663f40cfe4e3a1de001fc6acd281
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<p>There should be a blue <em>square</em> below.</p>
+<div style="-webkit-columns:2; width:100px; background:blue;">
+ <div id="container" style="position:relative;">
+ <div style="-webkit-column-span:all; margin-bottom:100px;"></div>
+ <div style="position:absolute;"></div>
+ <div style="-webkit-column-span:all; margin-top:100px;"></div>
+ </div>
+</div>
+<script>
+ document.body.offsetTop;
+ document.getElementById('container').style.position = 'static';
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698