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

Automatic update from web-platform-testsUpdate interfaces/cssom-view.idl (#13716)

Source: https://github.com/tidoust/reffy-reports/blob/a9f000c/whatwg/idl/cssom-view.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/446017586
--

wpt-commits: 9ea95501b7e9156875ebfb245b0a085957c20ed9
wpt-pr: 13716
This commit is contained in:
autofoolip 2018-11-09 15:46:50 +00:00 коммит произвёл moz-wptsync-bot
Родитель 1da1498342
Коммит 1ea2834a0b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -41,7 +41,9 @@ partial interface Window {
// client
[Replaceable] readonly attribute long screenX;
[Replaceable] readonly attribute long screenLeft;
[Replaceable] readonly attribute long screenY;
[Replaceable] readonly attribute long screenTop;
[Replaceable] readonly attribute long outerWidth;
[Replaceable] readonly attribute long outerHeight;
[Replaceable] readonly attribute double devicePixelRatio;