2 http://code.google.com/p/chromium/issues/detail?id=63204
3 https://bugs.webkit.org/show_bug.cgi?id=49539
5 <div id=
"log">FAIL
</div>
8 testRunner
.dumpAsText();
9 if (window
.webkitRequestFileSystem
) {
10 // These two calls should throw an exception but should NOT cause a NULL pointer crash:
11 webkitResolveLocalFileSystemURL('', function() {});
13 webkitRequestFileSystem(TEMPORARY
, 100);
16 document
.getElementById('log').innerHTML
= "PASS";