summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/performance-timeline/resources/going-back.html
blob: f4a26669baa16304240a5c009fa969bdcb4726d2 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

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