Updates:
Labels: -NeedsReduction HasReduction Report-to-webkit
Comment #2 on issue 6195 by [email protected]: The page content is not
rendered at all
http://code.google.com/p/chromium/issues/detail?id=6195
Reduction:
http://go/reductions/6195/test-standard.html
The html comment start tag "<!--" in the script tag is the cause. Without
an end tag,
Chrome doesn't display its following html content. If add the end tag, then
the case
works fine in Chrome:
http://go/reductions/6195/test-changed.html
But one point to figure out is, the script declaration "<script
src="doesntexist"
type="text/javascript"></script>" is also participating in, because if
remove it, the
case then works fine in Chrome.
--
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
-~----------~----~----~----~------~----~------~--~---