5 testRunner
.dumpAsText();
8 document
.getElementById('console').innerHTML
+= str
+ "<br>";
14 <p>This test verifies that an
<embed
> tag is rendered along with other fallback content when an
<object
> fails to load. On success, you should see this text, followed by 'PASS'.
</p>
15 <embed name=
"plugin" type=
"application/x-webkit-test-netscape">
17 <div id=
"console"></div>
20 internals
.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();
21 var plugin
= document
.plugin
;
22 if (plugin
&& plugin
.getURL
)