mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
24
parser/htmlparser/tests/reftest/bug482921-1.html
Normal file
24
parser/htmlparser/tests/reftest/bug482921-1.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue