mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
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
12 lines
454 B
Text
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();
|
|
};
|