https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6ee26bf4476a2e16c26033adc7485290a987648b authored by Domenic Denicola on 06 September 2016, 21:02:42 UTC
Add custom element prototype tests
Tip revision: 6ee26bf
send-usp.worker.js
importScripts("/resources/testharness.js");
importScripts("send-usp.js");
run_test();
done();
back to top