mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Automatic update from web-platform-tests Mark WebGL idlharness tests as slow See https://github.com/web-platform-tests/wpt/pull/15409#issuecomment-463978504. -- wpt-commits: b8f84694a5d7a7470d12c1d797277a421ef2df76 wpt-pr: 15411
15 lines
263 B
JavaScript
15 lines
263 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
// https://www.khronos.org/registry/webgl/specs/latest/1.0/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['webgl1'],
|
|
['dom'],
|
|
idl_array => {
|
|
// TODO: objects
|
|
}
|
|
);
|