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

Unified Diff: LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.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-expected.html
diff --git a/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..8381c3052c9079197be8b5b26c0ceb455ea27adf
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p>Below, the word PASS should be seen twice.</p>
+<div style="width:20em; overflow:hidden;">
+ <br>
+ <div style="float:left;"><span style="background:green; color:white;">PASS</span></div>
+ <br>
+ <div style="margin:10px; height:50px;"></div>
+ <div style="float:right;"><span style="background:green; color:white;">PASS</span></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698