Sign in
chromium
/
chromium
/
src
/
3a4922a8bff5719beeb731a39878047e258245d1
/
.
/
third_party
/
blink
/
web_tests
/
external
/
wpt
/
navigation-timing
/
resources
/
performance-attribute-sender.html
blob: 99f544690d331f8c172a3f54bd589a89eaa35716 [
file
]
<!DOCTYPE HTML>
<html>
<body>
<script>
parent
.
postMessage
([
performance
.
timing
.
connectStart
,
performance
.
timing
.
navigationStart
,
performance
.
timing
.
secureConnectionStart
,
performance
.
timing
.
connectEnd
],
'*'
);
</script>
</body>
</html>