Loading dom/events/test/browser_mouse_click_screenXY.js +7 −0 Original line number Diff line number Diff line Loading @@ -43,7 +43,14 @@ add_task(async function testClickScreenXY() { // Ensure the event listener has registered on the remote. await executeSoonRemote(browser); // We intentionally turn off this a11y check, because the following click // is send on the <browser> to test click event, that's not meant to be // interactive and is not expected to be accessible: AccessibilityUtils.setEnv({ mustHaveAccessibleRule: false, }); EventUtils.synthesizeMouseAtCenter(browser, {}); AccessibilityUtils.resetEnv(); let parent = await parentPromise; let content = await contentPromise; Loading Loading
dom/events/test/browser_mouse_click_screenXY.js +7 −0 Original line number Diff line number Diff line Loading @@ -43,7 +43,14 @@ add_task(async function testClickScreenXY() { // Ensure the event listener has registered on the remote. await executeSoonRemote(browser); // We intentionally turn off this a11y check, because the following click // is send on the <browser> to test click event, that's not meant to be // interactive and is not expected to be accessible: AccessibilityUtils.setEnv({ mustHaveAccessibleRule: false, }); EventUtils.synthesizeMouseAtCenter(browser, {}); AccessibilityUtils.resetEnv(); let parent = await parentPromise; let content = await contentPromise; Loading