Sign in
chromium
/
chromium
/
src.git
/
fafff21
/
.
/
content
/
test
/
data
/
launch_navigation_frame.html
blob: 9ae2f0a51719fbcfb014b9379eddc4688c901e97 [
file
]
<body><script>
let frame
=
document
.
createElement
(
'iframe'
);
document
.
body
.
appendChild
(
frame
);
const
navigationEntry
=
frame
.
contentWindow
.
performance
.
getEntriesByType
(
'navigation'
)[
0
];
</script>