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