Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/johnjanInputTestAddition
/
.
/
WebIDL
/
valid
/
idl
/
dictionary-inherits.widl
blob: 48f8a0fdceb6c24b2dfdfbd2c53439e65054aa7f [
file
] [
edit
]
dictionary
PaintOptions
{
DOMString
?
fillPattern
=
"black"
;
DOMString
?
strokePattern
=
null
;
Point
position
;
};
dictionary
WetPaintOptions
:
PaintOptions
{
float
hydrometry
;
};