mirror of
https://github.com/servo/servo.git
synced 2025-08-19 20:35:34 +01:00
Update web-platform-tests to revision bc60e6f82132cfc9a5b688c566c7772024b3c15c
This commit is contained in:
parent
449881f566
commit
29156ca9e2
223 changed files with 7517 additions and 2093 deletions
20
tests/wpt/web-platform-tests/interfaces/element-timing.idl
Normal file
20
tests/wpt/web-platform-tests/interfaces/element-timing.idl
Normal file
|
@ -0,0 +1,20 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into reffy-reports
|
||||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Source: Element Timing API (https://wicg.github.io/element-timing/)
|
||||
|
||||
interface PerformanceElementTiming : PerformanceEntry {
|
||||
readonly attribute DOMHighResTimeStamp renderTime;
|
||||
readonly attribute DOMHighResTimeStamp loadTime;
|
||||
readonly attribute DOMRectReadOnly intersectionRect;
|
||||
readonly attribute DOMString identifier;
|
||||
readonly attribute unsigned long naturalWidth;
|
||||
readonly attribute unsigned long naturalHeight;
|
||||
readonly attribute DOMString id;
|
||||
readonly attribute Element? element;
|
||||
readonly attribute DOMString url;
|
||||
};
|
||||
|
||||
partial interface Element {
|
||||
[CEReactions] attribute DOMString elementTiming;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue