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

Unified Diff: LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html

Issue 1181693004: Add out-of-flow descendants of spanners to their containing blocks in time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/span/abspos-containing-block-outside-spanner.html
diff --git a/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
new file mode 100644
index 0000000000000000000000000000000000000000..1b90395f483cfce546ed01ad38f930cca7594042
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<p>Below, the word PASS should be seen twice.</p>
+<div style="-webkit-columns:3; -webkit-column-gap:1em; width:20em;">
+ <br>
+ <div style="position:relative;">
+ <span style="background:green; color:green;">PASS</span>
+ <br>
+ <br>
+ <br>
+ <div style="-webkit-column-span:all; margin:10px; height:50px;">
+ <div style="position:absolute; top:0; left:0; color:white;">PASS</div>
+ <div style="position:absolute; bottom:0; right:0; color:white;">PASS</div>
+ </div>
+ <br>
+ <br>
+ <br>
+ <br>
+ <div style="text-align:right;">
+ <span style="background:green; color:green;">PASS</span>
+ </div>
+ </div>
+ <br>
+</div>

Powered by Google App Engine
This is Rietveld 408576698