Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-font-loading/fontfaceset-loading-worker-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<script>
document.addEventListener("DOMContentLoaded", function() {
let a = new SharedWorker("support/fontfaceset-loading-worker.js")
a.port.postMessage([], [])
})
</script>