Skip to content

Commit

Permalink
Bug 1627202 [wpt PR 22678] - HTML: remove title argument for register…
Browse files Browse the repository at this point in the history
…ProtocolHandler(), a=testonly

Automatic update from web-platform-tests
HTML: remove title argument for registerProtocolHandler()

For whatwg/html#5425.

--

wpt-commits: 5f24b1946045577454f2b93300d7fdbad9921515
wpt-pr: 22678

UltraBlame original commit: 24cfed11a1be4dbc4740eb485c39f3ae138641d9
  • Loading branch information
marco-c committed May 3, 2020
1 parent 126c63f commit 93c04b3
Showing 1 changed file with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,58 @@ removed
}
)
;
test
(
(
)
=
>
{
let
called
=
false
;
self
.
navigator
.
registerProtocolHandler
(
"
web
+
test
"
"
%
s
"
{
toString
:
(
)
=
>
called
=
true
}
)
;
assert_false
(
called
)
;
}
"
registerProtocolHandler
has
no
third
argument
"
)
;

0 comments on commit 93c04b3

Please sign in to comment.