Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
pre-html5-parser-quirk-self-closing-script-in-body.html
blob: 47954c2cfee3375973bbb4137f89431565a59993 [
file
] [
log
] [
blame
]
<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>