[Webkit-unassigned] [Bug 35013] New: Impossible to test text-only-zoom from DRT on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 16 19:05:19 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35013
Summary: Impossible to test text-only-zoom from DRT on Windows
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit API
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zimmermann at kde.org
CC: bweinstein at apple.com
WebView::makeTextLarger() are problematic.
Mac checks wheter "boolForKey:WebKitDebugFullPageZoomPreferenceKey" is false to
determine isTextOnly ... win checks wheter page->settings()->zoomsTextOnly() is
true.
It's impossible to test text-only zooming on windows form DRT, as the call to
eventSender.textZoomIn() calls WebView::makeTextLarger(), which queries
WebCore::Settings wheter zoomsTextOnly() is true. As DRT doesn't modify the
preferences in any way, windows will always do a full-page-zoom.
I'll need to skip svg/zoom/text, which fails on Windows.
--
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