| <!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> |