Sign in
cobalt
/
cobalt.git
/
e51ce0a747a5219196e7c62622f7455b726bee71
/
.
/
third_party
/
web_platform_tests
/
WebIDL
/
valid
/
idl
/
partial-interface.widl
blob: 90e7e0ea421b4f1b9d3e5a58d2d1470395a9f3a8 [
file
]
interface
Foo
{
attribute
DOMString
bar
;
};
partial
interface
Foo
{
attribute
DOMString
quux
;
};