New issue
Advanced search Search tips

Issue 912729 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Add test case for tab mirroring (casting) a pop-up window from desktop Chrome.

Project Member Reported by dbbrooks@chromium.org, Dec 6

Issue description

A recent regression occurred where tab mirroring failed from a pop-up window (bug 911868). This is a bug for the work of adding a test case for that scenario.
 
Owner: cliffordcheng@chromium.org
Status: Assigned (was: Untriaged)
Owner: dbbrooks@chromium.org
David, is there any manual test coverage for it?
Owner: cliffordcheng@chromium.org
Yep! Here's the manual test case:

Can mirror a pop-up window
1. Open dev tools console from google.com and enter:
2. Right click on the pop-up window and select “Cast” then select a receiver to Cast to.
3. Verify the pop-up window is mirrored to the receiver.
oops, the remainder of step #1 is:

let params = `scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no,
width=600,height=300,left=100,top=100`;

open('/', 'test', params); 

Sign in to add a comment