summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/addons/close-enough/close-enough.html
blob: f5683201227123fcc7bf0eccb8f19e1831509bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8" />
	<title>QUnit Test Suite - Close Enough Addon</title>
	<link rel="stylesheet" href="../../qunit/qunit.css" type="text/css" media="screen">
	<script type="text/javascript" src="../../qunit/qunit.js"></script>
	<script type="text/javascript" src="qunit-close-enough.js"></script>
	<script type="text/javascript" src="close-enough-test.js"></script>
</head>
<body>
	<div id="qunit"></div>
</body>
</html>