7 document
.getElementById('console').appendChild(document
.createTextNode(message
+ "\n"));
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
20 <body onload=
"test()">
21 Test that constructing a Blob with a sparse array doesn't trigger an assertion failure.
23 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=101869">https://bugs.webkit.org/show_bug.cgi?id=
101869</a>
24 <pre id='console'
></pre>