Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype HTML> | |
| 2 <script src="../../fast/repaint/resources/text-based-repaint.js"></script> | |
| 3 <div class="zoom-div" id="zoom" style="transform: scale(0.9); left: 35.5px; heig ht: 45.5px"> | |
| 4 <div id="target" style="position: absolute; left: 41.5px; top: 67.3px; width: 100px; height: 100px; background: lightgray"> | |
| 5 </div> | |
| 6 </div> | |
| 7 <script> | |
| 8 onload = runRepaintAndPixelTest; | |
| 9 function repaintTest() { | |
| 10 target.style.left = '42.1px'; | |
| 11 target.style.top = '67.3px'; | |
| 12 } | |
| 13 </script> | |
| OLD | NEW |