Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.9-embargoed
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
pre-html5-parser-quirk-self-closing-script-in-body.html
blob: 47954c2cfee3375973bbb4137f89431565a59993 [
file
] [
edit
]
<html>
<body
onload
=
"
printToConsole
()
"
>
Self-closing <script> in body:
<br>
<script
src
=
"pre-html5-parser-quirk-self-closing-script.js"
/>
Parsing: PASS
<div
id
=
"console"
></div>
</body>
</html>