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_sanity.py
blob
d3184c00731dbdbc384b92c72b0dd3dc61be5fc3
1
def
WebIDLTest
(
parser
,
harness
):
2
parser
.
parse
(
""
)
3
parser
.
finish
()
4
harness
.
ok
(
True
,
"Parsing nothing doesn't throw."
)
5
parser
.
parse
(
"interface Foo {};"
)
6
parser
.
finish
()
7
harness
.
ok
(
True
,
"Parsing a silly interface doesn't throw."
)