<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="/js-test-resources/testharness.js"></script> | |
<script src="/js-test-resources/testharnessreport.js"></script> | |
</head> | |
<body> | |
<script> | |
fetch_tests_from_worker(new Worker("sri-fetch.js")); | |
</script> | |
</body> | |
</html> |