forked from mirrors/gecko-dev
		
	Automatic update from web-platform-tests Reorganize canvas 2d tests (#23070) This is the first part of https://github.com/web-platform-tests/wpt/issues/22979. Starting small with this first PR, because small mean ~3k renamed files. In summary: 2dcontext -> html/canvas/dom-element offscreen-canvas -> html/canvas/offscreen The tools folder inside 2dcontext and offscreen-canvas has been merged such that `tools/build.sh` generates dom-canvas and offscreen canvas tests. Next steps: 1. Take the tests that are in `html/semantics/embedded-content/the-canvas-element` and move them inside the `canvas` folder. 2. Autogen folders for detached, offscreen worker, transferControlToOffscreen and transferControlToOfscreen in workers. 3. Split up `tools/tests*.yaml` files. 4. Make non-autogen'd tests autogen'd. -- wpt-commits: 5232c1fc4679136d16c54d9f6bcc5ceb468ca755 wpt-pr: 23070
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env sh
 | 
						|
set -ex
 | 
						|
 | 
						|
html/canvas/tools/build.sh
 | 
						|
infrastructure/assumptions/tools/build.sh
 | 
						|
html/tools/build.sh
 | 
						|
python mimesniff/mime-types/resources/generated-mime-types.py
 | 
						|
python3 css/css-ui/tools/appearance-build-webkit-reftests.py
 | 
						|
python3 WebIDL/tools/generate-setlike.py
 |