nav2-data-uri.html (437B)
1 <!DOCTYPE html> 2 <title>data URL source for navigation-timing/nav2_test_open_data_uri.html</title> 3 <!-- NB: this file isn't actually used any where! --> 4 <link rel="author" title="Google" href="http://www.google.com/" /> 5 <script> 6 var observer = new PerformanceObserver( 7 function (entryList) { 8 parent.postMessage("observed", "*"); 9 observer.disconnect(); 10 }); 11 observer.observe({entryTypes: ["navigation"]}); 12 </script>