Sign in
◑
Theme
cobalt
/
cobalt.git
/
39bc35798e6b2f5037d96a73eb4b0fac8810469d
/
.
/
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
();
};