Skip to content

Commit 7d84227

Browse files
committed
Bug 1937160 [wpt PR 49681] - Make closeWatcher.requestClose() not require 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
1 parent 546bf38 commit 7d84227

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

testing/web-platform/tests/close-watcher/basic.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
[
151151
cancelable
152152
=
153-
false
153+
true
154154
]
155155
"
156156
"
@@ -324,7 +324,7 @@
324324
[
325325
cancelable
326326
=
327-
false
327+
true
328328
]
329329
"
330330
"
@@ -348,7 +348,7 @@
348348
[
349349
cancelable
350350
=
351-
false
351+
true
352352
]
353353
"
354354
"

testing/web-platform/tests/close-watcher/inside-event-listeners.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
[
290290
cancelable
291291
=
292-
false
292+
true
293293
]
294294
"
295295
"
@@ -313,7 +313,7 @@
313313
[
314314
cancelable
315315
=
316-
false
316+
true
317317
]
318318
"
319319
"
@@ -523,7 +523,7 @@
523523
[
524524
cancelable
525525
=
526-
false
526+
true
527527
]
528528
"
529529
"
@@ -547,7 +547,7 @@
547547
[
548548
cancelable
549549
=
550-
false
550+
true
551551
]
552552
"
553553
"
@@ -757,7 +757,7 @@
757757
[
758758
cancelable
759759
=
760-
false
760+
true
761761
]
762762
"
763763
"
@@ -781,7 +781,7 @@
781781
[
782782
cancelable
783783
=
784-
false
784+
true
785785
]
786786
"
787787
"

0 commit comments

Comments
 (0)