Bug 1572920 [wpt PR 18369] - Update interfaces/dom.idl, a=testonly

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

Source: https://github.com/tidoust/reffy-reports/blob/3336bd0/whatwg/idl/dom.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/570123391

--

wpt-commits: 70c9ba9d0c18220f41eeca6686325414798b1420
wpt-pr: 18369
This commit is contained in:
autofoolip 2019-08-14 10:58:01 +00:00 коммит произвёл moz-wptsync-bot
Родитель a5fd61aa5e
Коммит 4274cacb19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -359,7 +359,7 @@ interface Element : Node {
[CEReactions] Attr? setAttributeNodeNS(Attr attr);
[CEReactions] Attr removeAttributeNode(Attr attr);
ShadowRoot attachShadow(optional ShadowRootInit init = {});
ShadowRoot attachShadow(ShadowRootInit init);
readonly attribute ShadowRoot? shadowRoot;
Element? closest(DOMString selectors);