Issue 2669: Font is too small to read
http://code.google.com/p/chromium/issues/detail?id=2669

Comment #9 by [EMAIL PROTECTED]:
Four more examples attached:

1. MSDN Chinese: http://msdn.microsoft.com/zh-cn/default.aspx

<style>
body {
        FONT-SIZE: 68.75%;
}
</style>

Whole page is basically unreadable
Reduced test case: MSDN_Chinese_Reduction.html

2. Wikipedia Chinese: http://zh.wikipedia.org/wiki/简体中文

<STYLE>
BODY {          
        FONT: x-small sans-serif;               
}
INPUT{  
        MARGIN-TOP: 1px;        
        FONT-SIZE: 95%
}
</STYLE>

text on the input box is unreadable

Reduced test case: Wikipedia_Chinese_Reduction.htm

3. A website about study abroad: http://www.globeedu.com/

<STYLE>
BODY {  
        FONT-SIZE: 11px;                
        FONT-FAMILY: Verdana, Arial, "宋体"
}
</STYLE>

Whole page is unreadable
Reduced test case: Globeedu_Reduction.htm

4. Google Group:
http://groups.google.com/group/chromecn/browse_thread/thread/14952712dc62c955

<STYLE>
.fixed_width {  
        FONT-SIZE: 90%; 
        FONT-FAMILY: fixed-width, monospace
}
BODY {  
        FONT-SIZE: 83%}
</STYLE>

All the replies and the advertisements are unreadable

Reduced test cases: Google_Group_Ruduction.htm

Test case 1,2, 3: Fail on Chrome, Safari, Firefox3, OK on IE7

Test case 4: Fail on Chrome, Safari, partially fail on Firefox3(The replies  
are OK),
pass on IE7



Attachments:
        MSDN_Chinese_Reduction.html  267 bytes
        Wikipedia_Chinese_Reduction.htm  270 bytes
        Globeedu_Reduction.htm  308 bytes
        Google_Group_Ruduction.htm  429 bytes
        MSDN_Chinese.jpg  362 KB
        Wikipedia_Chinese.jpg  425 KB
        Globeedu.jpg  555 KB
        Google_Group.jpg  292 KB



-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to