[Webkit-unassigned] [Bug 10752] The inspector should not respond to Make Text Smaller/Bigger commands
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 19 11:28:24 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=10752
------- Comment #2 from mitz at webkit.org 2007-05-19 11:28 PDT -------
(From update of attachment 14627)
Is it possible to make a layout test for this part?
- if (type != CSSPrimitiveValue::CSS_EMS && type !=
CSSPrimitiveValue::CSS_EXS && view && view->frame()) {
+ if (type != CSSPrimitiveValue::CSS_EMS && type !=
CSSPrimitiveValue::CSS_EXS && style->textSizeAdjust() && view && view->frame())
{
--
Configure bugmail: http://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