Skip to content

Commit

Permalink
Bug 1937160 [wpt PR 49681] - Make closeWatcher.requestClose() not req…
Browse files Browse the repository at this point in the history
…uire user activation, a=testonly

Automatic update from web-platform-tests
Make closeWatcher.requestClose() not require user activation

Per the conversation here:

openui/open-ui#1128 (comment)

There's a desire to ship closeWatcher.requestClose() along with
dialog.requestclose() both not requiring user activation.

The spec PR has been updated accordingly:
whatwg/html#10737

(in this commit:
whatwg/html@76619aa)

Fixed: 383593252
Change-Id: I8c05e352d8b4964407a1cee36f35372e192e2ca5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092173
Auto-Submit: Mason Freed <masonfchromium.org>
Reviewed-by: David Baron <dbaronchromium.org>
Reviewed-by: Mason Freed <masonfchromium.org>
Commit-Queue: Mason Freed <masonfchromium.org>
Cr-Commit-Position: refs/heads/main{#1396007}

--

wpt-commits: 36042af16ff7ebcbf7ed2b12401a10939d5842a0
wpt-pr: 49681

UltraBlame original commit: c689e198a6664efd81b4283aa8a7f19430c37c07
  • Loading branch information
marco-c committed Jan 1, 2025
1 parent 546bf38 commit 7d84227
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions testing/web-platform/tests/close-watcher/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
[
cancelable
=
false
true
]
"
"
Expand Down Expand Up @@ -324,7 +324,7 @@
[
cancelable
=
false
true
]
"
"
Expand All @@ -348,7 +348,7 @@
[
cancelable
=
false
true
]
"
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
[
cancelable
=
false
true
]
"
"
Expand All @@ -313,7 +313,7 @@
[
cancelable
=
false
true
]
"
"
Expand Down Expand Up @@ -523,7 +523,7 @@
[
cancelable
=
false
true
]
"
"
Expand All @@ -547,7 +547,7 @@
[
cancelable
=
false
true
]
"
"
Expand Down Expand Up @@ -757,7 +757,7 @@
[
cancelable
=
false
true
]
"
"
Expand All @@ -781,7 +781,7 @@
[
cancelable
=
false
true
]
"
"
Expand Down

0 comments on commit 7d84227

Please sign in to comment.