tenfourfox/testing/web-platform/tests/WebIDL/valid/idl/dictionary-inherits.widl

9 lines
185 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
dictionary PaintOptions {
DOMString? fillPattern = "black";
DOMString? strokePattern = null;
Point position;
};
dictionary WetPaintOptions : PaintOptions {
float hydrometry;
};