Skip to content

Commit

Permalink
Bug 1852096 [wpt PR 41863] - Add "focus-capturing-application" Captur…
Browse files Browse the repository at this point in the history
…eStartFocusBehavior, a=testonly

Automatic update from web-platform-tests
Add "focus-capturing-application" CaptureStartFocusBehavior

This CL adds support for "focus-capturing-application"
CaptureStartFocusBehavior. It behaves the same as "no-focus-change".

Spec PR: w3c/mediacapture-screen-share#270
Intent to ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/B2jT8PG8Lww

Bug: 1480383
Change-Id: Ibd0ce6b1f5fb83f5edc11fc6a7d47ccb5259ceae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4847118
Reviewed-by: Elad Alon <eladalon@chromium.org>
Commit-Queue: Fr <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/main@{#1202540}

--

wpt-commits: 8311279a6bdf9cdfebd063891684da68f82331c0
wpt-pr: 41863
  • Loading branch information
beaufortfrancois authored and moz-wptsync-bot committed Oct 4, 2023
1 parent 99bef6a commit 48966ab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

'use strict';

const validFocusBehaviors = ['focus-captured-surface', 'no-focus-change'];
const validFocusBehaviors = [
'focus-capturing-application', 'focus-captured-surface', 'no-focus-change'
];
const validDisplaySurfaces = ['window', 'browser'];

test(() => {
Expand Down

0 comments on commit 48966ab

Please sign in to comment.