Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
network
/
stylesheet-resources.html
blob: 4c2309cf8ca946efd466b42eea254f5361e68678 [
file
] [
log
] [
blame
]
<html>
<link
rel
=
"stylesheet"
href
=
"missing.css"
/>
<link
rel
=
"stylesheet"
href
=
"stylesheet-resources.css"
/>
<style>
@charset
"utf-8"
;
@import
url
(
"missing2.css"
);
</style
</html>