Sign in
chromium
/
chromium
/
src
/
lkgr-ios-internal
/
.
/
weblayer
/
test
/
data
/
simple_page_with_script.html
blob: e84aee5789153f45e65786873764b25288479361 [
file
] [
log
] [
blame
]
<html>
<head><title>
OK
</title></head>
<body>
Basic html with script test.
<script
type
=
"text/javascript"
src
=
"script.js"
></script>
</body>
</html>