Bug 52119
Summary: | CSS 2.1 failure: font-size-* (because of Safari-imposed min font sizes) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | hyatt, mitz, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 52122 | ||
Bug Blocks: | 47141 |
Simon Fraser (smfr)
The following CSS 2.1 test suite files fail:
html4/font-size-001
html4/font-size-002
html4/font-size-004
html4/font-size-005
html4/font-size-012
html4/font-size-013
html4/font-size-015
html4/font-size-016
html4/font-size-023
html4/font-size-024
html4/font-size-026
html4/font-size-027
html4/font-size-034
html4/font-size-035
html4/font-size-037
html4/font-size-038
html4/font-size-045
html4/font-size-046
html4/font-size-048
html4/font-size-049
html4/font-size-056
html4/font-size-057
html4/font-size-059
html4/font-size-060
html4/font-size-067
html4/font-size-068
html4/font-size-070
html4/font-size-071
html4/font-size-078
html4/font-size-079
html4/font-size-081
html4/font-size-082
html4/font-size-089
html4/font-size-090
html4/font-size-092
html4/font-size-093
html4/font-size-100
html4/font-size-101
html4/font-size-102
html4/font-size-113
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Some of these fail if you have the "minimum font size" pref enabled (which I did when testing). Even when that's off, settings->minimumFontSize() returns '1', so the tests that test a zero font size still fail.
Simon Fraser (smfr)
In Safari, settings->minimumLogicalFontSize() returns 9, which also breaks some tests.
Simon Fraser (smfr)
The only test that fails after removing the Safari-imposed min font and logical font sizes is font-size-113, which fails because of 'ex' issues (see bug 47157).
Dave Hyatt
Any tests that fail because of the logical font size minimum of 9 we should challenge as invalid.
Simon Fraser (smfr)
font-size: 0 was apparently fixed in early December. Not sure why I wasn't seeing that.
Dave Hyatt
All of these are fixed now.