Bug 212118 - [WPE][WebDriver] Allow subviews to create new views
Summary: [WPE][WebDriver] Allow subviews to create new views
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-19 19:47 PDT by Lauro Moura
Modified: 2020-05-22 16:59 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.37 KB, patch)
2020-05-19 19:50 PDT, Lauro Moura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-05-19 19:47:29 PDT
Some WebDriver tests require the capability of subviews creating new views. When this capability is added to MiniBrowser, the following tests start passing:

* imported/w3c/webdriver/tests/back/back.py:test_no_browsing_context
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_accept_and_notify[capabilities0-confirm-True]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_accept_and_notify[capabilities0-prompt-]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_default[confirm-False]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_default[prompt-None]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_dismiss_and_notify[capabilities0-confirm-False]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_dismiss_and_notify[capabilities0-prompt-None]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_ignore[capabilities0-confirm]
* imported/w3c/webdriver/tests/close_window/user_prompts.py:test_ignore[capabilities0-prompt]
* imported/w3c/webdriver/tests/forward/forward.py:test_no_browsing_context
* imported/w3c/webdriver/tests/send_alert_text/send.py:test_no_browsing_context
Comment 1 Lauro Moura 2020-05-19 19:50:16 PDT
Created attachment 399799 [details]
Patch
Comment 2 EWS 2020-05-20 09:10:15 PDT
Committed r261925: <https://trac.webkit.org/changeset/261925>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399799 [details].
Comment 3 Radar WebKit Bug Importer 2020-05-20 09:11:15 PDT
<rdar://problem/63449627>