Files
UXP-Fixed/testing/web-platform/tests/WebIDL/valid/idl/dictionary-inherits.widl
T
2018-02-02 04:16:08 -05:00

9 lines
185 B
Plaintext

dictionary PaintOptions {
DOMString? fillPattern = "black";
DOMString? strokePattern = null;
Point position;
};
dictionary WetPaintOptions : PaintOptions {
float hydrometry;
};