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

9 lines
185 B
Text
Raw Normal View History

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