gecko-dev/testing/web-platform/tests/interfaces/layout-instability.idl
autofoolip 5ed47bf67c Bug 1576340 [wpt PR 18651] - Update interfaces/layout-instability.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/layout-instability.idl (#18651)

Source: https://github.com/tidoust/reffy-reports/blob/205b736/whatwg/idl/layout-instability.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/576128771
--

wpt-commits: 6b6d8ff24a9bc73e50caa5a72423dae52eb12adf
wpt-pr: 18651
2019-08-28 07:49:02 +01:00

12 lines
454 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: Layout Instability API (https://wicg.github.io/layout-instability/)
[Exposed=Window]
interface LayoutShift : PerformanceEntry {
readonly attribute long value;
readonly attribute boolean hadRecentInput;
readonly attribute DOMHighResTimeStamp lastInputTime;
[Default] object toJSON();
};