mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
interface Foo {
|
|
attribute DOMString bar;
|
|
};
|
|
|
|
partial interface Foo {
|
|
attribute DOMString quux;
|
|
}; |