summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/addons/composite/composite-demo-test.html
blob: ad964c9dae344e411eb1ed06ddcac7f1fc1ed4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>QUnit SubsuiteRunner Test Suite</title>

	<link rel="stylesheet" href="../../qunit/qunit.css" type="text/css" media="screen">
	<link rel="stylesheet" href="qunit-composite.css">
	<script src="../../qunit/qunit.js"></script>
	<script src="qunit-composite.js"></script>

	<script>
	QUnit.testSuites([
		"../../test/index.html",
		"../canvas/canvas.html",
		"../close-enough/close-enough.html",
		"../step/step.html"
   	]);
	</script>
</head>
<body>
	<div id="qunit"></div>
	<div id="qunit-fixture">
</div>
</body>
</html>