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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Below, the word PASS should be seen twice.</p>
3 <div style="-webkit-columns:3; -webkit-column-gap:1em; width:20em;">
4 <br>
5 <div style="position:relative;">
6 <span style="background:green; color:green;">PASS</span>
7 <br>
8 <br>
9 <br>
10 <div style="-webkit-column-span:all; margin:10px; height:50px;">
11 <div style="position:absolute; top:0; left:0; color:white;">PASS</di v>
12 <div style="position:absolute; bottom:0; right:0; color:white;">PASS </div>
13 </div>
14 <br>
15 <br>
16 <br>
17 <br>
18 <div style="text-align:right;">
19 <span style="background:green; color:green;">PASS</span>
20 </div>
21 </div>
22 <br>
23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698