Sign in
webkit
/
WebKit
/
fb971e53364fe47e160b54a5b905b29514f3f69e
/
.
/
LayoutTests
/
fast
/
parser
/
script-tag-with-trailing-slash.html
blob: e1ee9cd0fb331858c81f87f7bfdf9694b3916a74 [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body>
You should not see the text "inside" the following script tag:
<script
language
=
"JavaScript"
src
=
""
/>
This is the text inside the script tag.
</body>
</html>