Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div id="target" style="width: 100px; height: 100px; background-color: blue; | |
| 3 perspective: 20px; transform: translateZ(20px)"></div> | |
| 4 <script src="resources/text-based-repaint.js"></script> | |
| 5 <script> | |
| 6 function repaintTest() { | |
| 7 target.style.perspective = '40px'; | |
| 8 } | |
| 9 onload = runRepaintTest; | |
| 10 </script> | |
| OLD | NEW |