Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>data URL source for navigation-timing/nav2_test_open_data_uri.html</title>
<!-- NB: this file isn't actually used any where! -->
<script>
var observer = new PerformanceObserver(
function (entryList) {
parent.postMessage("observed", "*");
observer.disconnect();
});
observer.observe({entryTypes: ["navigation"]});
</script>