comparison: content/base/crashtests/xhr_empty_datauri.html
content/base/crashtests/xhr_empty_datauri.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html class="reftest-wait"><meta charset=utf-8> |
|
3 <script> |
|
4 var xhr=new XMLHttpRequest();xhr.open("GET","data:,");xhr.responseType='blob';xhr.onloadend=function(){document.documentElement.removeAttribute('class');};xhr.send(); |
|
5 </script> |