Bug 212118

Summary: [WPE][WebDriver] Allow subviews to create new views
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: Lauro Moura <lmoura>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, bugs-noreply, cgarcia, giffypap79, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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>