File size: 420 Bytes
4cadbaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <title> JSONSelect conformance tests </title>
  <link href='css/style.css' type='text/css' rel='stylesheet'>
</head>
<body>
These are the the official JSONQuery conformance tests.  <button id="runit">run tests</button>
<div id="tests">
</div>
</body>
<script src="../jsonselect.js"></script>
<script src="js/jquery-1.6.1.min.js"></script>
<script src="js/conf_tests.js"></script>
</html>