Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <body onload="runRepaintTest();"> | |
| 3 <pre id="target">PASS if does not repaint.</pre> | |
| 4 <script src="resources/text-based-repaint.js" type="text/javascript"></script> | |
| 5 <script type="text/javascript"> | |
|
Julien - ping for review
2014/03/15 01:12:51
I usually tell people to remove these attribute as
| |
| 6 function repaintTest() | |
| 7 { | |
| 8 target.textContent = "PASS if does not repaint."; | |
| 9 } | |
| 10 </script> | |
| OLD | NEW |