Update web-platform-tests to revision af43e2eb32555059316b67fba4a1d7df6ea3148d

This commit is contained in:
WPT Sync Bot 2018-08-15 21:29:12 -04:00
parent 97c6246385
commit 2f89d25484
296 changed files with 21168 additions and 821 deletions

View file

@ -0,0 +1,14 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://www.khronos.org/registry/webgl/specs/latest/1.0/
'use strict';
idl_test(
['webgl2'],
['webgl1', 'dom'],
idl_array => {
// TODO: objects
}
);