| <html> | |
| <head> | |
| <style> | |
| div { | |
| background: red; | |
| height: 100px; | |
| width: 100px; | |
| } | |
| </style> | |
| </head> | |
| <body style='margin: 0px' onload="runRepaintTest()"> | |
| <div> | |
| <img src='../../as-image/resources/green-fixed-size-rect.svg'> | |
| </div> | |
| <script>var zoomCount = 4;</script> | |
| <script src="../../../fast/repaint/resources/repaint.js"></script> | |
| <script src="../resources/testPageZoom.js"></script> | |
| </body> | |
| </html> |