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

Side by Side 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 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="width:20em; overflow:hidden;">
4 <br>
5 <div style="float:left;"><span style="background:green; color:white;">PASS</ span></div>
6 <br>
7 <div style="margin:10px; height:50px;"></div>
8 <div style="float:right;"><span style="background:green; color:white;">PASS< /span></div>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698