Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
cross_tool
/
site_with_errors.html
blob: c047af53c3d1642e8bf95608ac92116040a9a272 [
file
] [
log
] [
blame
]
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<script>
const
result
=
foo
.
bar
();
</script>
</body>
</html>