Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 | |
| 3 <!-- <video style="position:absolute; top: 0.4375px; height: 321px; width: 560px " id="vid" controls> | |
| 4 <source src=http://techslides.com/demos/sample-videos/small.webm type=video/we bm><br /> | |
| 5 </video> --> | |
|
leviw_travelin_and_unemployed
2014/10/14 21:49:09
Left this comment in unnecessarily.
chrishtr
2014/10/14 21:54:31
Done.
| |
| 6 <div style="position: absolute; width: 200px; height: 200px; background: lightgr ay; will-change: transform"></div> | |
| 7 | |
| 8 <div style="position: absolute; width: 200px; height: 200px; top: 50px; left: 50 px; background: lightblue"></div> | |
| 9 <div id="target" style="position: absolute; width: 200px; height: 200px; top: 10 0.45px; left: 100.45px; background: papayawhip"></div> | |
|
leviw_travelin_and_unemployed
2014/10/14 21:49:09
PAPAYAWHIP!!!
| |
| 10 | |
| 11 <script src="../../fast/repaint/resources/text-based-repaint.js"></script> | |
| 12 <script> | |
| 13 if (window.internals) | |
| 14 internals.settings.setLayerSquashingEnabled(true); | |
| 15 | |
| 16 function repaintTest() { | |
| 17 target.style.backgroundColor = 'red'; | |
| 18 } | |
| 19 runRepaintTest(); | |
| 20 </script> | |
| OLD | NEW |