Bug 1619716 [wpt PR 22070] - Update interfaces/construct-stylesheets.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/construct-stylesheets.idl (#22070)

Note: This file was recently manually updated in commit 20ecc32c04.
      This commit may revert some of those changes.

Source: https://github.com/tidoust/reffy-reports/blob/8e14b19/ed/idl/construct-stylesheets.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/657881683
--

wpt-commits: 96e35970eb10bf210b782e8512a3d45ccb3d1e4c
wpt-pr: 22070
This commit is contained in:
autofoolip 2020-03-05 21:33:04 +00:00 коммит произвёл moz-wptsync-bot
Родитель b90a3d9d08
Коммит 7fee64319b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,6 +16,6 @@ dictionary CSSStyleSheetInit {
boolean disabled = false;
};
partial interface DocumentOrShadowRoot {
partial interface mixin DocumentOrShadowRoot {
attribute FrozenArray<CSSStyleSheet> adoptedStyleSheets;
};