repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git]
/
dom
/
bindings
/
parser
/
tests
/
test_variadic_callback.py
blob
fab1c7ef1099ce9e012f44478e5b51dd4a4be2f4
1
def
WebIDLTest
(
parser
,
harness
):
2
parser
.
parse
(
3
"""
4
callback TestVariadicCallback = any(any... arguments);
5
"""
6
)
7
8
parser
.
finish
()
9
10
harness
.
ok
(
True
,
"TestVariadicCallback callback parsed without error."
)