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

11 lines
No EOL
216 B
Text

// Extracted from Web IDL editors draft May 31 2011
dictionary PaintOptions {
DOMString? fillPattern = "black";
DOMString? strokePattern = null;
Point position;
};
partial dictionary A {
long h;
long d;
};