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

11 lines
216 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
// 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;
};