mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 90e1ee27eede63cf117f19c1e55553cc1881aef0
This commit is contained in:
parent
5fd4467cb3
commit
3f940e3f4c
89 changed files with 11097 additions and 382 deletions
15
tests/wpt/web-platform-tests/webgl/idlharness.any.js
Normal file
15
tests/wpt/web-platform-tests/webgl/idlharness.any.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
// 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
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue