| <html> |
| <head> |
| <script src="resources/repaint.js" type="text/javascript" charset="utf-8"></script> |
| <script type="text/javascript"> |
| if (window.testRunner) |
| window.testRunner.waitUntilDone(); |
| async function repaintTest() |
| { |
| if (window.testRunner) { |
| window.testRunner.setPageScaleFactor(0.25, 0, 0); |
| window.testRunner.notifyDone(); |
| } |
| } |
| </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> |