<!DOCTYPE html><html><head><metacharset="utf-8"/><title>Navigation Timing 2 WPT</title><linkrel="author"title="Google"href="http://www.google.com/"/><linkrel="help"href="http://www.w3.org/TR/navigation-timing/#sec-navigation-timing-interface"/><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><script>functiononload_test(){test(function(){varpnt=window.frames[0].performance.getEntriesByType("navigation")[0];document.getElementById("frameContext").remove();assert_equals(pnt.type,"navigate");});}</script></head><body><h1> Description</h1><p> This test validates that PerformanceNavigationTiming::type()'s default value is navigate </p><iframeid="frameContext"onload="onload_test();"src="resources/blank_page_yellow_with_onunload.html"style="width: 250px; height: 250px;"></iframe></body></html>