blob: 065953333e68c270b0cf332b295c55ef96cb1ee2 [file] [log] [blame]
<!DOCTYPE HTML>
<meta charset=utf-8>
<title>Resource timing attributes are consistent for the same-origin subresources.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/test-helpers.js"></script>
<script>
window.TEST_WEB_BUNDLE_ELEMENT_TYPE = 'script';
setup(() => {
assert_true(HTMLScriptElement.supports('webbundle'));
});
</script>
<body>
<script src="resources/resource-timing-attributes-consistent-test.sub.js"></script>
</body>