Files
Kmake/test/fixtures/wpt/resource-timing/resources/navigate_back.html
2026-05-26 23:36:42 -07:00

8 lines
119 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script>
window.onload = function() {history.back();}
</script>