WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
35013
Impossible to test text-only-zoom from DRT on Windows
https://bugs.webkit.org/show_bug.cgi?id=35013
Summary
Impossible to test text-only-zoom from DRT on Windows
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug