forked from mirrors/gecko-dev
		
	Automatic update from web-platform-tests Migrate isInputPending options class to dictionary Updates the API for isInputPending and associated tests to accept a dictionary object for parameterization directly, making it compliant with the updated spec. Bug: 910421 Change-Id: I39e569ee6215044a9b59a8834d19cac76915cb9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425138 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Andrew Comminos <acomminos@fb.com> Cr-Commit-Position: refs/heads/master@{#810490} -- wpt-commits: 0c112f38ee0040ba788d927e73b1ab1a7b856230 wpt-pr: 25702
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// META: script=/resources/WebIDLParser.js
 | 
						|
// META: script=/resources/idlharness.js
 | 
						|
 | 
						|
// https://wicg.github.io/is-input-pending/
 | 
						|
 | 
						|
idl_test(
 | 
						|
  ['is-input-pending'],
 | 
						|
  ['html', 'dom'],
 | 
						|
  async idl_array => {
 | 
						|
    idl_array.add_objects({
 | 
						|
      Scheduling: ['navigator.scheduling'],
 | 
						|
    });
 | 
						|
  }
 | 
						|
);
 |