servo/tests/wpt/web-platform-tests/WebIDL/valid/idl/dictionary-inherits.widl

9 lines
No EOL
185 B
Text

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