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> | |
|
pdr.
2016/06/24 22:48:41
Nit: indentation
chrishtr
2016/06/24 22:50:14
Done.
| |
| 6 </div> | |
| 7 </div> | |
| 8 <script> | |
| 9 onload = runRepaintAndPixelTest; | |
| 10 function repaintTest() { | |
| 11 target.style.left = '42.1px'; | |
| 12 target.style.top = '67.3px'; | |
| 13 } | |
| 14 </script> | |
| OLD | NEW |