[Webkit-unassigned] [Bug 45484] New: REGRESSION (r67101): query-font-size.html fails on qt builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 9 12:22:24 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45484
Summary: REGRESSION (r67101): query-font-size.html fails on qt
builds
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: darin at apple.com
editing/execCommand/query-font-size-actual.html fails on qt bots:
-manual CSS font-size: 3px <span style="font-size: 3px">test</span> 1 3px
-manual CSS font-size: 0.2em <span style="font-size: 0.2em">test</span> 1 9px
+manual CSS font-size: 3px <span style="font-size: 3px">test</span> 1 5px
+manual CSS font-size: 0.2em <span style="font-size: 0.2em">test</span> 1 5px
I'm suspecting that 5px is the minimum font size on qts. But it's weird that 0.2em is translated to 5px in computed style given that other font sizes are identical to other platforms. This might be a qt-specific bug in computed style.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list