Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div id="columns" style="columns: 8; column-rule: 2px solid green; width: 400px" > | |
| 3 <div style="height: 1600px"></div> | |
| 4 </div> | |
| 5 <script src="resources/text-based-repaint.js"></script> | |
| 6 <script> | |
| 7 function repaintTest() { | |
| 8 columns.style.width = '600px'; | |
| 9 } | |
| 10 onload = runRepaintAndPixelTest; | |
| 11 </script> | |
| OLD | NEW |