blob: 3ac8b3f2eab7d16e5196dcf149472dc9704e0363 [file] [log] [blame]
<!DOCTYPE html>
<head>
<meta charset='utf-8' />
<script src="/resources/testharness.js"></script>
<script src='/resources/testharnessreport.js'></script>
<script>
setup({single_test: true})
window.addEventListener('load', function(){
assert_not_equals(typeof performance.getEntriesByType('resource')[0].serverTiming, 'undefined',
'An instance of `PerformanceResourceTiming` should have a `serverTiming` attribute.')
done()
})
</script>
</head>