Files
Kmake/test/fixtures/wpt/performance-timeline/resources/going-back.html

9 lines
184 B
HTML
Raw 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>