blob: 3536eba2d70e2e88acd8e82f2ecef003d5d4ea5d [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
Test for crbug.com/279445: createPattern should synchronously snapshot an animating image.<br/>
This test passes if there is a blue square below:<br/>
<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
<rect width='100' height='100' fill='blue'/>
</svg><br/>
And a green square below:<br/>
<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
<rect width='100' height='100' fill='green'/>
</svg>
</body>
</html>