Sign in
chromium
/
chromium
/
src
/
8a4a75fcd8087fa901b5209b06cb321ad6b9f516
/
.
/
chrome
/
test
/
data
/
no_real_fetch.html
blob: 334da09f250daa7e9f1660f74d8fa607151e06ed [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
Test base with non-existent image file
</title>
<body>
<script>
fetch
(
'notARealPage.html'
)
</script>
</body>