OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../resources/plugin.js"></script> | 3 <script src="../resources/plugin.js"></script> |
4 <script> | 4 <script> |
5 if (window.testRunner) | 5 if (window.testRunner) |
6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
7 startAfterLoadAndFinish(); | 7 startAfterLoadAndFinish(); |
8 </script> | 8 </script> |
9 <body style="margin:0px;overflow:hidden"> | 9 <body style="margin:0px;overflow:hidden"> |
10 <object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true
" data="blah"> | 10 <object type="application/x-blink-test-plugin" logargs="true" data="blah"> |
11 </object> | 11 </object> |
12 <div> | 12 <div> |
13 This tests that an object tag with a data attribute gets a src attribute as
well. | 13 This tests that an object tag with a data attribute gets a src attribute as
well. |
14 </div> | 14 </div> |
15 <body> | 15 <body> |
16 </html> | 16 </html> |
OLD | NEW |