Bug 35013

Summary: Impossible to test text-only-zoom from DRT on Windows
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bweinstein
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

Nikolas Zimmermann
Reported 2010-02-16 19:05:19 PST
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.