%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<!doctype html> <meta charset="utf-8"> <title>FileAPI Test: Verify behavior of Blob URL in unique origins</title> <meta name="timeout" content="long"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <iframe id="sandboxed-iframe" sandbox="allow-scripts"></iframe> <script> const iframe_scripts = [ 'resources/fetch-tests.js', 'url-format.any.js', 'url-in-tags.window.js', 'url-with-xhr.any.js', 'url-with-fetch.any.js', ]; let html = '<!doctype html>\n<meta charset="utf-8">\n<body>\n'; html = html + '<script src="/resources/testharness.js"></' + 'script>\n'; html = html + '<script>setup({"explicit_timeout": true});</' + 'script>\n'; for (const script of iframe_scripts) html = html + '<script src="' + script + '"></' + 'script>\n'; const frame = document.querySelector('#sandboxed-iframe'); frame.setAttribute('srcdoc', html); frame.setAttribute('style', 'display:none;'); fetch_tests_from_window(frame.contentWindow); </script>