blob: 90e7e0ea421b4f1b9d3e5a58d2d1470395a9f3a8 [file] [log] [blame]
interface Foo {
attribute DOMString bar;
};
partial interface Foo {
attribute DOMString quux;
};