| <html style="background-color: green;"> |
| <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) { |
| await window.testRunner.setPageScaleFactor(0.25, 0, 0); |
| window.testRunner.notifyDone(); |
| } |
| } |
| </script> |
| </head> |
| <body style="margin:0;" onload="runRepaintTest();"> |
| <div style="background-color: green; width: 100%; height: 100px;"></div> |
| </body> |
| </html> |