diff -r 000000000000 -r 6474c204b198 parser/htmlparser/tests/reftest/bug482921-2-ref.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parser/htmlparser/tests/reftest/bug482921-2-ref.html Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,28 @@ +
<?xml version="1.0" encoding="utf-8"?> +<?foo bar?> +<html> +<head> +<title>Title</title> +<script> +var s = "<script>foo</script>"; +<!-- +var s = "<script>foo</script>"; +--> +</script> +<style> +/* <foo/> */ +</style> +</head> +<body> +<p>Entity: & </p> +<iframe><img></iframe> +<noscript><p>Not para</p></noscript> +<svg> +<title><![CDATA[bar]]></title> +<script><!-- this is a comment --></script> +</svg> +</body> +</html> + ++