Skip to content

Commit

Permalink
Bug 1930930 [wpt PR 49138] - HTML: Consume user activation for window…
Browse files Browse the repository at this point in the history
….open (multi-global test), a=testonly

Automatic update from web-platform-tests
HTML: Consume user activation for window.open (multi-global test)

See whatwg/html#10547
--

wpt-commits: 5ec8ba6d68f27d49a056cbf940e3bc9a8324c538
wpt-pr: 49138

UltraBlame original commit: 3da7235374ed270a493d09f34f3c394c87b74de9
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent f25f4e8 commit 9331bce
Show file tree
Hide file tree
Showing 5 changed files with 1,165 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<
!
DOCTYPE
html
>
<
title
>
Current
page
used
as
a
test
helper
<
/
title
>
<
button
id
=
"
focus
-
opener
-
button
"
onclick
=
"
opener
.
focus
(
)
"
>
Focus
opener
<
/
button
>
<
script
>
'
use
strict
'
;
onload
=
async
(
)
=
>
{
await
opener
.
opener
.
test_driver
.
click
(
document
.
getElementById
(
"
focus
-
opener
-
button
"
)
)
;
opener
.
postMessage
(
"
current
page
"
"
*
"
)
;
}
;
<
/
script
>
Loading

0 comments on commit 9331bce

Please sign in to comment.