parser/htmlparser/tests/reftest/bug482921-2.xhtml

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

mercurial