Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
WebIDL
/
valid
/
idl
/
dictionary.widl
blob: f46b7ba7806afafa182cb5dcd31dc0e8d6c1b6bf [
file
] [
log
] [
blame
]
// 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
;
};