Mozilla/mozilla/htmlparser/tests/html/184029_iframe.html
harishd%netscape.com b38cebbd49 Reduce the size of CStartToken. b=179523, r=heikki sr=jst.
Added a couple of testcases to the parser regression test suite


git-svn-id: svn://10.0.0.236/trunk@135185 18797224-902f-48f8-a5cc-f745e15eee43
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>