Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be two yellow boxes below, on a blue background.</p> | |
| 3 <div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;"> | |
| 4 <div style="will-change:transform; position:absolute; left:0; right:0; heigh t:13em; background:blue;"></div> | |
|
Julien - ping for review
2014/10/13 19:25:02
You forgot this will-change:transform.
mstensho (USE GERRIT)
2014/10/13 20:47:25
Sorry, what do you mean?
Julien - ping for review
2014/10/14 17:53:51
There was an earlier comment about not using will-
mstensho (USE GERRIT)
2014/10/14 18:11:31
Ah, no, it was the other way around, about changin
| |
| 5 <br> | |
| 6 <br> | |
| 7 <br> | |
| 8 <br> | |
| 9 <div style="position:relative; overflow:hidden; margin:0.5em; height:8.5em; background:yellow;"> | |
| 10 first<br> | |
| 11 column<br> | |
| 12 second<br> | |
| 13 column<br> | |
| 14 <div style="background:red;">FAIL</div> | |
| 15 </div> | |
| 16 </div> | |
| OLD | NEW |