[Webkit-unassigned] [Bug 22235] New: text font smaller in webkit making it hard to read

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 13 12:32:00 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22235

           Summary: text font smaller in webkit making it hard to read
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


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


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list