Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <span style="opacity: 0.9"> | |
| 3 <div style="columns: 1; float: left"> | |
| 4 <div id="target" style="width: 100px; height: 100px; background: red"></div> | |
| 5 <div style="position: relative"></div> | |
| 6 </span> | |
| 7 <script src="../../resources/run-after-layout-and-paint.js"></script> | |
| 8 <script> | |
| 9 runAfterLayoutAndPaint(function() { | |
| 10 target.style.background = 'green'; | |
| 11 }, true); | |
| 12 </script> | |
| 13 | |
| OLD | NEW |