Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
test
/
e2e
/
resources
/
network
/
fetch.html
blob: 790431f1632ca529691915e2a6948e682454a472 [
file
]
<!--
Copyright 2020 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<script>
fetch
(
'image.svg'
);
</script>