Files
servo/tests/wpt/css-tests/resources/webidl2/test/syntax/idl/dictionary.widl

11 lines
216 B
Plaintext

// 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;
};