mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 093a97b6ecc6484c201d704d38b47bef1964d59d
This commit is contained in:
parent
16e4eb6964
commit
f9972c83e3
79 changed files with 1530 additions and 824 deletions
18
tests/wpt/web-platform-tests/event-timing/idlharness.any.js
Normal file
18
tests/wpt/web-platform-tests/event-timing/idlharness.any.js
Normal file
|
@ -0,0 +1,18 @@
|
|||
// META: global=window,worker
|
||||
// META: script=/resources/WebIDLParser.js
|
||||
// META: script=/resources/idlharness.js
|
||||
|
||||
// https://wicg.github.io/event-timing/
|
||||
|
||||
'use strict';
|
||||
|
||||
idl_test(
|
||||
['event-timing'],
|
||||
['performance-timeline', 'hr-time', 'dom'],
|
||||
idl_array => {
|
||||
idl_array.add_objects({
|
||||
Performance: ['performance'],
|
||||
// PerformanceEventTiming: [ TODO ]
|
||||
});
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue