fune/testing/web-platform/tests/webgl/idlharness.any.js
Luke Bjerring 1560c71938 Bug 1479464 [wpt PR 12231] - Test for member name clashes in idlharness, a=testonly
Automatic update from web-platform-tests
Test for member name clashes in idlharness (#12231)

* Test for member name clashes in idlharness

* Allow overloaded methods

* Fix tests

* Remove SRI.idl test, it is built into HTML

* Fix dict tests - offset always increments now

* Update resources/idlharness.js

* Invert are_different_member logic

--

wpt-commits: de4b4df94ebfb5816cb5237b01a41eec0fbb19b0
wpt-pr: 12231
2019-09-30 14:02:03 +00:00

15 lines
273 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', 'webgl2'],
['dom'],
idl_array => {
// TODO: objects
}
);