[Webkit-unassigned] [Bug 16722] Page rendered blank due to difference in handling of HTML comment inside script element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 08:07:59 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16722





------- Comment #1 from mrowe at apple.com  2008-01-03 08:07 PDT -------
Created an attachment (id=18251)
 --> (http://bugs.webkit.org/attachment.cgi?id=18251&action=view)
Reduced test case

The erroneous behaviour is triggered by the following snippet:
<script type="text/javascript">
//<!--[CDATA[
//]]>
</script>

<!-- Extra comment -->


Firefox sees the initial comment as ending inside the script element, while
WebKit treats it as extending past "Extra comment".


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list