Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
pre-html5-parser-quirk-self-closing-script-in-head.html
blob: 7db3c561b890f63347529cef95e8ce536bae5565 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"pre-html5-parser-quirk-self-closing-script.js"
/>
</head>
<body
onload
=
"
printToConsole
()
"
>
Self-closing <script> in head:
<br>
Parsing: PASS
<div
id
=
"console"
></div>
</body>
</html>