| <script type="text/javascript"> |
| document.getElementById('console').appendChild(document.createTextNode(message + "\n")); |
| testRunner.waitUntilDone(); |
| var t = setInterval(function(){ |
| var blobURL = location.hash.substr(1); |
| log("FAIL: no blob URL is created"); |
| log("PASS: created blob URL"); |
| <p> Test case for checking blob URL can be created from the code running from data URI</p> |
| <iframe src="data:text/html,%3Cscript%3Evar%20bb%20%3D%20new%20Blob%28%5B%22Foo%22%5D%2C%20%7Btype%3A%22text%2Fhtml%22%7D%29%3Btop.location%3D%27http%3A%2F%2F127.0.0.1%3A8000%2Ffileapi%2Fcreate-blob-url-from-data-url.html%23%27%20%2B%20window.URL.createObjectURL%28bb%29%3B%3C%2Fscript%3E"></iframe> |