blob: 7242b04eea848bf20d3c4fbbfbf9888bc0878d43 [file] [log] [blame]
interface TestInterface {
const double PORK_CHOP = 5.3;
attribute DOMString peach;
readonly attribute DOMString banana;
long Tomato();
};