Bug 34835

Summary: Misplaced <meta> charset not honored at www.rehovot.muni.il
Product: WebKit Reporter: Jeremy Moskovich <playmobil>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jshin, mitz
Priority: P2 Keywords: NeedsReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.rehovot.muni.il

Description Jeremy Moskovich 2010-02-11 02:29:13 PST
Navigate to the above page.

Note the display of <title> is garbled.

Tested in the following Browsers:
Safari 4.0/nightly on OS X: FAIL
Chrome Win/OS X 5.0.307.5: FAIL
FF 3 Mac: Title displayed OK
IE7 Win: OK
Comment 1 Alexey Proskuryakov 2010-02-11 12:13:02 PST
This page uses your browser's default encoding, because its charset is declared wrongly. There is a large amount of <script> and <style> data, which is OK, but then there's an <iframe>, which makes WebCore stop looking for charset declaration (since this element cannot occur in <head>).

Content text comes from iframes, which do not have this problem.
Comment 2 Jeremy Moskovich 2010-10-28 08:03:59 PDT

*** This bug has been marked as a duplicate of bug 26694 ***