Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype HTML> | |
| 2 <style> | |
| 3 body { | |
| 4 margin: 0; | |
| 5 } | |
| 6 </style> | |
| 7 <iframe style="width:300px;height:100px;border:0;margin:0" src="data:text/html,< body style='transform:translateZ(0);background:yellow'>"> | |
| 8 </iframe> | |
| 9 <div style="border:0; margin:0; width:300px;height:100px; -webkit-filter: drop-s hadow(red 0 0 0); position: absolute; top: 0px; left: 0px; transform: translate X(151px); background: lightgray;"> | |
| 10 </div> | |
| 11 <script src="../fast/repaint/resources/text-based-repaint.js"></script> | |
| 12 <script> | |
| 13 function repaintTest() { } | |
| 14 onload = runRepaintTest; | |
| 15 </script> | |
| OLD | NEW |