mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 06:02:39 +01:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="libs/qunit.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">QUnit example</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">test markup, will be hidden</div>
|
|
|
|
<script src="../jspdf.js"></script>
|
|
<script src="../jspdf.plugin.sillysvgrenderer.js"></script>
|
|
<script src="../jspdf.plugin.addimage.js"></script>
|
|
<script src="../jspdf.plugin.standard_fonts_metrics.js"></script>
|
|
<script src="../jspdf.plugin.split_text_to_size.js"></script>
|
|
|
|
<script src="../examples/js/jquery/jquery-1.7.1.min.js"></script>
|
|
<script src="libs/qunit.js"></script>
|
|
<script type="text/javascript">
|
|
curl = {
|
|
baseUrl: './'
|
|
// pluginPath: 'for/some/reason/plugins/r/here',
|
|
, apiName: 'require'
|
|
};
|
|
</script>
|
|
<script src="libs/curl-0.5.4.min.js"></script><!-- for loading things async in a simple way-->
|
|
<script src="libs/custom_fill.js"></script><!-- has the "safe" log() and Curl.js's Text! plugin -->
|
|
<!-- DID YOU LOSE US? The TESTS ARE HERE -->
|
|
<script src="pdf_generate_tests.js"></script>
|
|
</body>
|
|
</html> |