Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
elements
/
page-error.html
blob: d417a551f31144f08dd812af8e4c553e498d2cc2 [
file
] [
log
] [
blame
]
<body>
<script>
const
iframe
=
document
.
createElement
(
'iframe'
);
iframe
.
src
=
`
https
:
//devtools.oopif.test:${document.location.port}/_does_not_exist_.html`;
document
.
body
.
append
(
iframe
);
</script>
</body>