| <html> | |
| <head> | |
| <script src="resources/repaint.js" type="text/javascript" charset="utf-8"></script> | |
| <script type="text/javascript"> | |
| function repaintTest() | |
| { | |
| if (window.internals) | |
| window.internals.setPageScaleFactor(0.25, 0, 0); | |
| } | |
| </script> | |
| </head> | |
| <body onload="runRepaintTest();"> | |
| This test must be run in DumpRenderTree as a pixel test. There should not be visual aritfacts after scaling the page. | |
| <div style="width:500px; height:500px; background-color:green;"></div> | |
| </body> | |
| </html> |