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_builtin_filename.py
blob
97e8cb061f565d5a184bfdfbff58376b0dbb3dd7
1
def
WebIDLTest
(
parser
,
harness
):
2
parser
.
parse
(
3
"""
4
interface Test {
5
attribute long b;
6
};
7
"""
8
)
9
10
attr
=
parser
.
finish
()[
0
].
members
[
0
]
11
harness
.
check
(
attr
.
type
.
filename
,
"<builtin>"
,
"Filename on builtin type"
)