mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
15 lines
465 B
HTML
15 lines
465 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Resource Timing object navigate - back button navigation</title>
|
|
<body onunload="/*disable bfcache*/"></body>
|
|
<script src="/common/get-host-info.sub.js"></script>
|
|
<script src="nested-contexts.js"></script>
|
|
<script>
|
|
setup_back_navigation("object-navigate-back.html");
|
|
</script>
|
|
<object type="text/html"></object>
|
|
<script>
|
|
document.getElementsByTagName("object")[0].data = pre_navigate_url;
|
|
</script>
|