diff -r 000000000000 -r 6474c204b198 parser/htmlparser/tests/reftest/bug482921-1-ref.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parser/htmlparser/tests/reftest/bug482921-1-ref.html Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,27 @@ +
<!DOCTYPE html> +<html> +<head> +<title>Title</title> +<script> +var lt = "<"; +<!-- +var s = "<script>foo</script>"; +--> +</script><!-- Comment. --> +<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> + ++