chromium/third_party/blink/web_tests/external/wpt/performance-timeline/resources/going-back.html

<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<script>
onload = (event) => {
  history.back();
};
</script>