WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
90224
advanceFocus doesn't work in Browser Test.
https://bugs.webkit.org/show_bug.cgi?id=90224
Summary
advanceFocus doesn't work in Browser Test.
zysxqn
Reported
2012-06-28 16:23:47 PDT
I think this should be a follow up bug of
Bug 88827
https://bugs.webkit.org/show_bug.cgi?id=88827
advanceFocus() seems doesn't work under render view test. Example: In a file under chrome/renderer directory: class Foo { void focus() { render_view_->GetWebView()->advanceFocus(false); } } In its corresponding browser test file: class FooTest : ChromeRenderViewTest { Foo foo_ = ...; } TEST_F(FooTest, FocusTest) { LoadHTML(...); foo_.focus(); // The check here indicates that the focus has not been advanced. }
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