Updates:
Summary: stylesheet not applied because css file not parsed correctly
if
it contains comments and charset
Status: Untriaged
Cc: [email protected]
Labels: -Area-Misc Area-WebKit Webkit-Specific Report-To-Webkit
Comment #1 on issue 5771 by [email protected]: stylesheet not applied
because css file not parsed correctly if it contains comments and charset
http://code.google.com/p/chromium/issues/detail?id=5771
The issue is caused by the css file not being applied correctly because of
the
/*comment*/ and @charset in its contents. The css file looks like:
/* Définition de règle */
@charset "iso-8859-1";
.leftframe {color: 0067c6; font-family: "Times New Roman", Times, serif;
font-size:
10px; font-weight: bold; line-height: normal; text-align: center}
Safari 3.1: not ok
Reduced testcase can be found at: (or see attached testcase)
http://go/reductions/5771/test.html
Attachments:
5771.zip 895 bytes
--
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
-~----------~----~----~----~------~----~------~--~---