summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/valid/idl/dictionary.widl
blob: f46b7ba7806afafa182cb5dcd31dc0e8d6c1b6bf (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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;
};