Files

9 lines
184 B
HTML
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
onload = (event) => {
history.back();
};
</script>