| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| </head> |
| <body onload="runRepaintTest()"> |
| <p>Text above the rect</p> |
| <object width="400" height="400" type="image/svg+xml" data="resources/huge-rect.svg"/> |
| <p>Text below the rect</p> |
| <script>var zoomCount = 2; window.shouldZoomOut = true;</script> |
| <script src="../../../fast/repaint/resources/repaint.js"></script> |
| <script src="../resources/testPageZoom.js"></script> |
| </body> |
| </html> |