source: other-projects/nz-flag-design/trunk/design-2d/Original editor.method.ac/test/path_test.html@ 29468

Last change on this file since 29468 was 29468, checked in by sjs49, 9 years ago

Initial commit for editor.method.ac for flag design

  • Property svn:executable set to *
File size: 779 bytes
Line 
1<!DOCTYPE html>
2<html>
3<head>
4 <link rel='stylesheet' href='qunit/qunit.css' type='text/css'/>
5 <script type='text/javascript' src='../editor/lib/jquery.js'></script>
6 <script type='text/javascript' src='../editor/src/path.js'></script>
7 <script type='text/javascript' src='qunit/qunit.js'></script>
8 <script type='text/javascript'>
9 $(function() {
10 // log function
11 QUnit.log = function(result, message) {
12 if (window.console && window.console.log) {
13 window.console.log(result +' :: '+ message);
14 }
15 };
16
17 });
18 </script>
19</head>
20<body>
21 <h1 id='qunit-header'>Unit Tests for path.js</h1>
22 <h2 id='qunit-banner'></h2>
23 <h2 id='qunit-userAgent'></h2>
24 <ol id='qunit-tests'>
25 </ol>
26 <div id='anchor' style='visibility:hidden'>
27 </div>
28</body>
29</html>
Note: See TracBrowser for help on using the repository browser.