Update web-platform-tests to revision 2f346208c2a115a601b580e7869fe112b97c4246

This commit is contained in:
WPT Sync Bot 2020-01-19 08:23:36 +00:00
parent 2a594821ba
commit add3067672
78 changed files with 2101 additions and 635 deletions

View file

@ -5,5 +5,8 @@
export * from './fixture.js';
export * from './params/index.js';
export * from './test_group.js';
export * from './util/index.js';
export * from './util/index.js'; // Well-typed WebGPU constants
import * as C from '../constants.js';
export { C };
//# sourceMappingURL=index.js.map