RESOLVED CONFIGURATION CHANGED 22235
text font smaller in webkit making it hard to read
https://bugs.webkit.org/show_bug.cgi?id=22235
Summary text font smaller in webkit making it hard to read
jasneet
Reported 2008-11-13 12:32:00 PST
I Steps: Go to attached testcase II Issue: text font smaller in webkit than other browsers. Issue is due to : #so-not-used { content:"\";/*" "*/}} #wrap3 { width:710px; } #content { font-size:x-small; } /*" } On removing either #wrap3 {width:710px;} or #content {font-size:x-small;} or changing it to #so-not-used { content:"\";/*" "*/}} #content { font-size:x-small; } #wrap3 { width:710px; } /*" } solves the issue III Other Browsers: IE7: ok FF3: ok IV Nightly tested: 37819
Attachments
testcase (824 bytes, text/html)
2008-11-13 12:32 PST, jasneet
no flags
Safari 15.6 matches with other browsers (442.87 KB, image/png)
2022-07-24 07:17 PDT, Ahmad Saleem
no flags
jasneet
Comment 1 2008-11-13 12:32:17 PST
Created attachment 25131 [details] testcase
jasneet
Comment 2 2008-11-13 12:34:19 PST
Ahmad Saleem
Comment 3 2022-07-24 07:17:48 PDT
Created attachment 461175 [details] Safari 15.6 matches with other browsers I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 and as it can be seen from attached screenshot, it is same across all browsers (unless if this test case is no longer applicable - I don't see any mixed content or vendor prefixes in CSS). I think this can be considered as "RESOLVED CONFIGURATION CHANGED" or "RESOLVED INVALID". Thanks!
Note You need to log in before you can comment on or make changes to this bug.