7 document
.getElementById('console').appendChild(document
.createTextNode(message
+ "\n"));
12 log("Test that createObjectURL with no argument should throw an exception.");
14 var url
= URL
.createObjectURL();
17 log("PASS: " + err
.message
);
23 if (window
.testRunner
)
24 testRunner
.dumpAsText();
27 <body onload=
"test()">
28 <pre id='console'
></pre>