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> |