29 lines
		
	
	
		
			784 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			784 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <title>Test X-editable</title>
 | 
						|
  <script>
 | 
						|
    window.onload = function() {
 | 
						|
       QUnit.config.autostart = false;
 | 
						|
    };
 | 
						|
  </script>
 | 
						|
  
 | 
						|
<!--  <script data-main="main.js" src="require-jquery.js"></script>-->
 | 
						|
  <script data-main="main.js" src="require.js"></script>
 | 
						|
  
 | 
						|
   <!-- qunit (should be included here, otherwise phantomjs hangs-up on several tests )-->
 | 
						|
   <link rel="stylesheet" href="libs/qunit/qunit-1.10.0.css" type="text/css" media="screen" />
 | 
						|
   <script src="libs/qunit/qunit-1.10.0.js"></script>
 | 
						|
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <div> 
 | 
						|
    <div id="qunit"></div>
 | 
						|
    <div id="qunit-fixture"></div>
 | 
						|
    <div id="qunit-fixture1"></div>
 | 
						|
    <div id="async-fixture" style="padding-left:300px"></div>
 | 
						|
  </div>
 | 
						|
</body>
 | 
						|
</html>
 |