Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype HTML> | |
| 2 <script src="../invalidation/resources/text-based-repaint.js"></script> | |
| 3 Passes if it does not crash. | |
| 4 <div id=multicol style="columns:3;"> | |
| 5 <div style="height:300px; background:white;"> | |
| 6 </div> | |
| 7 </div> | |
| 8 <div style="width: 10px; height: 300px"></div> | |
| 9 <div style="height:200px; transform: translateZ(0)" id="background"> | |
| 10 <script> | |
| 11 function repaintTest() { | |
| 12 background.style.padding = "50px"; | |
| 13 } | |
| 14 onload = runRepaintTest; | |
| 15 </script> | |
| OLD | NEW |