Revision 3c5d8637bb57dedaaf2995b56e60502b9e85e516 authored by Frédéric Wang on 12 March 2018, 14:35:24 UTC, committed by GitHub on 12 March 2018, 14:35:24 UTC
Verify that modals are blocked in sandboxed frames without 'allow-modals'.
1 parent 9692b53
Raw File
storagemanager-persisted-worker.https.html
<!DOCTYPE html>
<meta charset=utf-8>
<title>StorageManager: persisted() (worker)</title>
<meta name="help" href="https://storage.spec.whatwg.org/#dom-storagemanager-persisted">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
var worker = new Worker('resources/storagemanager-persisted-worker.js');
fetch_tests_from_worker(worker);
</script>
back to top