Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 8725 by [email protected]: User code not wrapped correctly
http://code.google.com/p/chromium/issues/detail?id=8725

The following HTML:

<body onload="foo();//">

...causes a parse error because V8 wraps the input but does not insert a
newline after it, and so the comment removes part of the wrapping code
(leaving the rest invalid).

This is causing LayoutTests/fast/events/onload-single-line-comment.html to
fail in Chromium.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to