23 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
								<meta charset="UTF-8" />
							 | 
						||
| 
								 | 
							
								<title>Test Runner</title>
							 | 
						||
| 
								 | 
							
								<meta http-equiv="X-UA-Compatible" content="IE=edge" />
							 | 
						||
| 
								 | 
							
								<link rel="stylesheet" href="js/qunit/testrunner.css" type="text/css" />
							 | 
						||
| 
								 | 
							
								<script src="js/qunit/testrunner.js"></script>
							 | 
						||
| 
								 | 
							
								<script>
							 | 
						||
| 
								 | 
							
								TestRunner.addSuites([
							 | 
						||
| 
								 | 
							
									"tinymce/tests.js",
							 | 
						||
| 
								 | 
							
									"tinymce/dom/tests.js",
							 | 
						||
| 
								 | 
							
									"tinymce/html/tests.js",
							 | 
						||
| 
								 | 
							
									"tinymce/ui/tests.js",
							 | 
						||
| 
								 | 
							
									"tinymce/util/tests.js",
							 | 
						||
| 
								 | 
							
									"plugins/tests.js"
							 | 
						||
| 
								 | 
							
								]);
							 | 
						||
| 
								 | 
							
								</script>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |