mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
13 lines
244 B
HTML
13 lines
244 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
parent.postMessage([
|
|
performance.timing.connectStart,
|
|
performance.timing.navigationStart,
|
|
performance.timing.secureConnectionStart,
|
|
performance.timing.connectEnd
|
|
], '*');
|
|
</script>
|
|
</body>
|
|
</html>
|