blob: a46d416671c1c6a14f979846cf3afd460d0cb0c9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Resource Timing initiator type: input</title>
<link rel="author" title="Google" href="http://www.google.com/" />
<link rel="help" href="https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-initiatortype"/>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resource-timing/resources/observe-entry.js"></script>
<script src="resources/initiator-type-test.js"></script>
</head>
<body>
<input type="image" src="/resource-timing/resources/resource_timing_test0.png">
<script>
initiator_type_test("resource_timing_test0.png", "input", "<input type=image>");
</script>
</body>
</html>