summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resource-timing/resources/object-navigate.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/resource-timing/resources/object-navigate.html')
-rw-r--r--testing/web-platform/tests/resource-timing/resources/object-navigate.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/resource-timing/resources/object-navigate.html b/testing/web-platform/tests/resource-timing/resources/object-navigate.html
new file mode 100644
index 0000000000..6b4bb3128e
--- /dev/null
+++ b/testing/web-platform/tests/resource-timing/resources/object-navigate.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8" />
+<title>Resource Timing object navigate</title>
+</head>
+<body>
+<script src="/common/get-host-info.sub.js"></script>
+<script src="nested-contexts.js"></script>
+<script>
+ setup_navigate_test();
+</script>
+<object id="target" type="text/html"></object>
+<script>
+ target.data = pre_navigate_url;
+</script>
+</body>
+</html>