PR-URL: https://github.com/nodejs/node/pull/55197 Reviewed-By: Filip Skokan <panva.ip@gmail.com>
9 lines
No EOL
184 B
HTML
9 lines
No EOL
184 B
HTML
<!doctype html>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
|
|
<script>
|
|
onload = (event) => {
|
|
history.back();
|
|
};
|
|
</script> |