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

Side by Side Diff: LayoutTests/fast/multicol/composited-relpos-simple.html

Issue 625903004: [New Multicolumn] Correct paint rectangle calculation for compositing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/composited-relpos-simple-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen below.</p>
3 <div style="transform:translateZ(0); width:3em; height:3em; background:yellow;"> </div>
Julien - ping for review 2014/10/03 17:50:21 In this test, the composited element is not in the
mstensho (USE GERRIT) 2014/10/03 18:51:39 It seems to be what it takes to trigger compositin
4 <div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;">
5 <br>
6 <br>
7 <br>
8 <br>
9 <br>
10 <div style="position:relative; margin:10px; background:yellow;">PASS</div>
Julien - ping for review 2014/10/03 17:50:21 Do we need the position: relative here?
mstensho (USE GERRIT) 2014/10/03 18:51:39 Yes, then it becomes a layer, and it would fail to
mstensho (USE GERRIT) 2014/10/06 12:39:49 The reason why this one gets composited is Composi
11 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/composited-relpos-simple-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698