Roll src/third_party/skia 5141d90:0e6ff38
[chromium-blink-merge.git] / chrome / test / data / flash_object.html
blobea4279b0e58ad2cbcf64df2279106366e3c80918
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.onload = function() {
6 domAutomationController.setAutomationId(0);
7 domAutomationController.send("DONE");
9 </script>
10 </head>
12 <body>
14 <object width="400" height="400" data="/media/test/data/bear.swf">
15 </object>
17 </body>
18 </html>