| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body onload="runRepaintTest()"> | 3 <body onload="forceStyleRecalc();repaintTest();"> |
| 4 <object style="border: 1px solid red" data="resources/tux.svg" width="500" heigh
t="500"></object> | 4 <object style="border: 1px solid red" data="resources/tux.svg" width="500" heigh
t="500"></object> |
| 5 <br/> | 5 <br/> |
| 6 The image of Tux should fill the entire red square. | 6 The image of Tux should fill the entire red square. |
| 7 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> | 7 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> |
| 8 <script src="../../../fast/repaint/resources/repaint.js"></script> | 8 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> |
| 9 <script src="../resources/testPageZoom.js"></script> | 9 <script src="../resources/testPageZoom.js"></script> |
| 10 </body> | 10 </body> |
| 11 </html> | 11 </html> |
| OLD | NEW |