Assertion:
NOTE: Because this element has content between the start and end tags,
older browsers may end up displaying the style content it contains.
In order to prevent this, it is STRONGLY recommended to embed this information
within the SGML/HTML Comment structure (<!-- -->).
Simple script, declaring a variable. SCRIPT body NOT nested in a comment.
You should not see the script body ("var a=3"). Browsers not supporting scripting may show
the script body:
filler text
filler text
Simple script, declaring a variable. SCRIPT body IS nested in a comment.
You should not see the script body ("var b=5") :
filler text
filler text