<html> | |
<head> | |
<script src="../resources/plugin.js"></script> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
runAfterPluginLoad(null, NotifyDone); | |
</script> | |
<body style="margin:0px;overflow:hidden"> | |
<object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true" data="blah"> | |
</object> | |
<div> | |
This tests that an object tag with a data attribute gets a src attribute as well. | |
</div> | |
<body> | |
</html> |