blob: e85a9dd83c989da2f9802936e1c8d1dd83744217 [file] [log] [blame]
<html>
<head>
<script src="../../fast/repaint/resources/repaint.js" type="text/javascript"></script>
<script type="text/javascript">
function repaintTest() {
if (!window.layoutTestController)
return;
// The animation lasts 100ms. Wait 200ms for the repaint.
layoutTestController.waitUntilDone();
setTimeout(function() {
layoutTestController.notifyDone();
}, 200);
}
</script>
<style type="text/css" media="screen">
img {
margin: 10px;
}
</style>
</head>
<body onload="runRepaintTest()">
<p>Images should redraw correctly when SVG animation runs</p>
<img src="resources/animated-rect-fixed-size.svg">
</body>
</html>