https://github.com/web-platform-tests/wpt
Raw File
Tip revision: dd79be3ee575503e4e9595dfe8ce8141d8aedb72 authored by Hiroki Nakagawa on 22 March 2018, 05:53:36 UTC
Worker: Support ES Modules on DedicatedWorker behind the runtime flag
Tip revision: dd79be3
a-element-origin.html
<!doctype html>
<meta charset=utf-8>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<base id=base>
<div id=log></div>
<script src=a-element-origin.js></script>
<!-- Other dependencies: urltestdata.json -->
back to top