Bug 1574383 [wpt PR 18482] - Update interfaces/layout-instability.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/layout-instability.idl (#18482)

Source: https://github.com/tidoust/reffy-reports/blob/48ca519/whatwg/idl/layout-instability.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/572612386
--

wpt-commits: cc4f94eff13d107d10655f3e906c2240b81b899f
wpt-pr: 18482
This commit is contained in:
autofoolip 2019-08-19 14:28:43 +00:00 коммит произвёл moz-wptsync-bot
Родитель a197cf11d8
Коммит 9d9b974d32
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -7,4 +7,5 @@ interface LayoutShift : PerformanceEntry {
readonly attribute long value;
readonly attribute boolean hadRecentInput;
readonly attribute DOMHighResTimeStamp lastInputTime;
[Default] object toJSON();
};