parser/htmlparser/tests/reftest/bug482921-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/reftest/bug482921-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Title</title>
     1.8 +<script>
     1.9 +var lt = "<";
    1.10 +<!--
    1.11 +var s = "<script>foo</script>";
    1.12 +-->
    1.13 +</script><!-- Comment. -->
    1.14 +<style>
    1.15 +/* </foo> */
    1.16 +</style>
    1.17 +</head>
    1.18 +<body>
    1.19 +<p>Entity: &amp; </p>
    1.20 +<iframe><img></iframe>
    1.21 +<noscript><p>Not para</p></noscript>
    1.22 +<svg>
    1.23 +<title><![CDATA[bar]]></title>
    1.24 +<script><!-- this is a comment --></script>
    1.25 +</svg>
    1.26 +</body>
    1.27 +</html>

mercurial