summaryrefslogtreecommitdiff
path: root/test/wpt/test-microtask-queuing.js
blob: a600bf58d7c70001104dae8aa39fdb5c625b6e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict';

// Flags: --expose-internals

require('../common');
const { WPTRunner } = require('../common/wpt');

const runner = new WPTRunner('html/webappapis/microtask-queuing');

// Copy global descriptors from the global object
runner.copyGlobalsFromObject(global, ['queueMicrotask']);

runner.runJsTests();