gecko-dev/htmlparser/tests/html/184029_iframe.html
harishd%netscape.com 01c72c5364 Reduce the size of CStartToken. b=179523, r=heikki sr=jst.
Added a couple of testcases to the parser regression test suite
2002-12-12 22:38:40 +00:00

10 lines
352 B
HTML

<SCRIPT>
document.write('\<script\>');
document.write(' document.write(\'\<iframe\>\');');
document.write(' document.write(\'\<script\>\');');
document.write(' document.write(\'\</scr\');');
document.write(' document.write(\'ipt\>\');');
document.write(' document.write(\'\</iframe\>\');');
document.write('<\/script>');
</SCRIPT>