forked from mirrors/gecko-dev
		
	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
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			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
 | 
						|
  }
 | 
						|
);
 |