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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/abspos-in-clipped-relpos-in-second-column.html

Issue 1459943002: Clip abspos descendants correctly in all columns (not just the first). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review - possible alternative Created 5 years 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>There should be a green square below, and no red.</p>
3 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:400 px; height:200px;">
4 <div style="height:200px;"></div>
5 <div style="position:relative; overflow:hidden; height:100px;">
6 <div style="width:100px; height:100px; background:red;"></div>
7 <div style="position:absolute; left:0; top:0; width:100px; height:100px; background:green;"></div>
8 </div>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698