17 <div id=
"pluginContainer"></div>
18 <div>To pass, the line above should say: TestPlugin: canCreateWithoutRenderer
</div>
21 if (!window
.testRunner
) {
22 document
.write("This test does not work in manual mode.");
24 testRunner
.dumpAsText();
26 var plugin
= document
.createElement("object");
27 plugin
.setAttribute("width", 300);
28 plugin
.setAttribute("height", 200);
29 plugin
.setAttribute("type",
30 "application/x-webkit-test-webplugin-can-create-without-renderer");