Bug 1617058 [wpt PR 21913] - Update interfaces/cssom-view.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/cssom-view.idl

Source: https://github.com/tidoust/reffy-reports/blob/3228127/ed/idl/cssom-view.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/653252524

--

wpt-commits: 2a254d7b96990fd7ffdcbda95a9e86c2a9836683
wpt-pr: 21913
This commit is contained in:
autofoolip 2020-02-21 22:01:25 +00:00 committed by moz-wptsync-bot
parent c80cca8850
commit a1a0d48678

View File

@ -58,9 +58,9 @@ interface MediaQueryList : EventTarget {
attribute EventHandler onchange;
};
[Exposed=Window,
Constructor(CSSOMString type, optional MediaQueryListEventInit eventInitDict = {})]
[Exposed=Window]
interface MediaQueryListEvent : Event {
constructor(CSSOMString type, optional MediaQueryListEventInit eventInitDict = {});
readonly attribute CSSOMString media;
readonly attribute boolean matches;
};