Sign in
chromium
/
external
/
WebKit_trimmed
/
46d4dda51d0207e46e218614c4074a60151715de
/
.
/
LayoutTests
/
fast
/
parser
/
script-tag-with-trailing-slash.html
blob: e1ee9cd0fb331858c81f87f7bfdf9694b3916a74 [
file
]
<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>