Bug 35013
Summary: | Impossible to test text-only-zoom from DRT on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bweinstein |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Nikolas Zimmermann
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |