mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
16 lines
302 B
JavaScript
16 lines
302 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
// https://wicg.github.io/layout-instability/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['layout-instability'],
|
|
['performance-timeline'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
// LayoutShift: [ TODO ]
|
|
});
|
|
}
|
|
);
|