blank-page-green-with-onunload.html |
Green Test Page |
337 |
blank-page-green.html |
Green Test Page |
257 |
blank-page-meta-redirect.html |
Redirect Placeholder |
340 |
blank-page-unload.html |
Yellow Test Page |
634 |
blank-page-yellow-with-onunload.html |
Yellow Test Page |
337 |
blank-page-yellow.html |
Yellow Test Page |
257 |
blank_page_prefetch.html |
Page to be Prefetched |
684 |
|
|
27 |
iframe-prefetch-transfer-size.html |
Iframe Transfer Size Prefetch |
651 |
navigation-type-post-back.html |
|
186 |
navigation_type_post_back.py |
<!DOCTYPE html>
<html>
<body>
<a href="blank_page_green.html">navigate away</a>.
</body>
</html>
|
370 |
performance-attribute-sender.html |
|
244 |
respond-slowly.py |
<script>
let navigationTiming = performance.getEntriesByType('navigation')[0];
let originalResponseEnd = navigationTiming.responseEnd;
let originalDuration = navigationTiming.duration;
function checkResponseEnd() {
let responseEndDuringLoadEvent = navigationTiming.responseEnd;
let durationDuringLoadEvent = navigationTiming.duration;
setTimeout(function() {
parent.postMessage([
originalResponseEnd,
originalDuration,
responseEndDuringLoadEvent,
durationDuringLoadEvent,
navigationTiming.responseEnd,
navigationTiming.duration], '*');
}, 0);
}
</script><body onload='checkResponseEnd()'> |
1116 |
secure-connection-interim.html |
|
170 |
|
|
44 |
secure-connection-test.html |
|
447 |
webperftestharness.js |
|
4062 |