blob: 98c861d852dd59762f51a5976d89976370109ccb [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This tests that fallback content is rendered for objects with non-empty classid attributes. The test passes if two lines are printed below containing the work 'PASS'.</p>
<object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
object with classid attribute but no type attribute renders fallback: PASS
</object>
<br>
<object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type=application/x-blink-test-plugin">
object with classid and type attributes renders fallback: PASS
</object>