mirror of
https://github.com/servo/servo.git
synced 2025-08-19 12:25:33 +01:00
Update web-platform-tests to revision de3ae39cb59880a8245431e7f09817a2a4dad1a3
This commit is contained in:
parent
0c5b020163
commit
b322aa3943
131 changed files with 2717 additions and 600 deletions
16
tests/wpt/web-platform-tests/interfaces/server-timing.idl
Normal file
16
tests/wpt/web-platform-tests/interfaces/server-timing.idl
Normal file
|
@ -0,0 +1,16 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content of this file was automatically extracted from the
|
||||
// "Server Timing" spec.
|
||||
// See: https://w3c.github.io/server-timing/
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface PerformanceServerTiming {
|
||||
readonly attribute DOMString name;
|
||||
readonly attribute DOMHighResTimeStamp duration;
|
||||
readonly attribute DOMString description;
|
||||
[Default] object toJSON();
|
||||
};
|
||||
[Exposed=(Window,Worker)]
|
||||
partial interface PerformanceResourceTiming {
|
||||
readonly attribute FrozenArray<PerformanceServerTiming> serverTiming;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue