Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
sources
/
inline-scripts.html
blob: dafe952c3ed0c3f3c6d7433655481990438769d3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
function
f1
()
{
return
0
;
};
f1
();
</script>
<script>
function
f2
()
{
return
0
;
}
</script><script>
function
f3
()
{
return
0
;
}
</script>
<script>
function
f4
()
{
return
0
;
}
f4
();
</script>
</head>
</html>