Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-pending-twice-expected.html
blob131d548e1e5894f9a9abc625d8b2841c05f3f25b
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p id="description">Test that an animation with a pending resource can be changed to a second pending resource, then resolved correctly.</p>
5 <svg id="svg" width="300" height="300">
6 <rect x="0" y="0" width="100" height="100" fill="green"/>
7 </svg>
8 </body>
9 </html>