idb-partitioned-coverage.sub.html (512B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>IndexedDB: partitioned storage test</title> 4 <meta name=help href="https://privacycg.github.io/storage-partitioning/"> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <body> 8 <iframe id="iframe" src="http://{{hosts[alt][]}}:{{ports[http][0]}}/IndexedDB/resources/idb-partitioned-coverage-iframe.html"></iframe> 9 <script> 10 fetch_tests_from_window(document.getElementById("iframe").contentWindow); 11 </script> 12 </body>