node/test/fixtures/wpt/common/security-features/tools/template/test.release.html.template
Michaël Zasso eb9d7a437e test: update WPT harness and tests
PR-URL: https://github.com/nodejs/node/pull/33770
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2020-09-16 06:23:39 +00:00

22 lines
549 B
Text

<!DOCTYPE html>
%(generated_disclaimer)s
<html>
<head>
<meta charset="utf-8">
<meta name="timeout" content="long">%(meta_delivery_method)s
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
%(helper_js)s </head>
<body>
<script>
TestCase(
[
%(scenarios)s
],
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>