OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o
rg/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o
rg/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
4 <head> | 4 <head> |
5 </head> | 5 </head> |
6 <body onload="runRepaintTest()"> | 6 <body onload="forceStyleRecalc();repaintTest();"> |
7 <p>Text above the rect</p> | 7 <p>Text above the rect</p> |
8 <object width="400" height="400" type="image/svg+xml" data="resources/huge-rect.
svg"/> | 8 <object width="400" height="400" type="image/svg+xml" data="resources/huge-rect.
svg"/> |
9 <p>Text below the rect</p> | 9 <p>Text below the rect</p> |
10 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> | 10 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> |
11 <script src="../../../fast/repaint/resources/repaint.js"></script> | 11 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> |
12 <script src="../resources/testPageZoom.js"></script> | 12 <script src="../resources/testPageZoom.js"></script> |
13 </body> | 13 </body> |
14 </html> | 14 </html> |
OLD | NEW |