michael@0:
<!DOCTYPE html> michael@0: <html> michael@0: <head> michael@0: <title>Title</title> michael@0: <script> michael@0: var lt = "<"; michael@0: <!-- michael@0: var s = "<script>foo</script>"; michael@0: --> michael@0: </script><!-- Comment. --> michael@0: <style> michael@0: /* </foo> */ michael@0: </style> michael@0: </head> michael@0: <body> michael@0: <p>Entity: & </p> michael@0: <iframe><img></iframe> michael@0: <noscript><p>Not para</p></noscript> michael@0: <svg> michael@0: <title><![CDATA[bar]]></title> michael@0: <script><!-- this is a comment --></script> michael@0: </svg> michael@0: </body> michael@0: </html> michael@0: michael@0:michael@0: