mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
// https://drafts.css-houdini.org/worklets/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['worklets'],
|
|
[]
|
|
);
|