Sign in
◑
Theme
cobalt
/
cobalt.git
/
2b9ce331d38db0d215a3672a66d7e84558c1cb35
/
.
/
src
/
cobalt
/
bindings
/
testdata
/
TestInterface.idl
blob: 7242b04eea848bf20d3c4fbbfbf9888bc0878d43 [
file
]
interface
TestInterface
{
const
double
PORK_CHOP
=
5.3
;
attribute
DOMString
peach
;
readonly
attribute
DOMString
banana
;
long
Tomato
();
};