Add test case for tab mirroring (casting) a pop-up window from desktop Chrome. |
|||
Issue descriptionA 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.
,
Jan 9
David, is there any manual test coverage for it?
,
Jan 9
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.
,
Jan 9
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 |
|||
Comment 1 by powerb@chromium.org
, Jan 8Status: Assigned (was: Untriaged)