| <?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()"> |
| <!-- FIXME: This is broken, text doesn't correctly zoom, its font size remains the same upon scaling --> |
| <object data="resources/text.svg" width="85" height="20"/> |
| <script>var zoomCount = 2; window.shouldZoomOut = true;</script> |
| <script src="../../../fast/repaint/resources/repaint.js"></script> |
| <script src="../resources/testPageZoom.js"></script> |
| </body> |
| </html> |