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>
22 lines
549 B
Text
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>
|