https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2a5953574c9e14f4f2f894c9267faa3276994aa0 authored by Chris Nardi on 04 April 2018, 18:37:37 UTC
Match whitespace for custom property serialization
Tip revision: 2a59535
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