2010-06-11 14:07:08 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
|
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
2010-07-09 23:43:50 +00:00
|
|
|
<title>fabric.Parser unit tests</title>
|
2010-07-09 14:21:40 +00:00
|
|
|
<link rel="stylesheet" href="../lib/qunit.css" type="text/css">
|
2010-06-11 14:07:08 +00:00
|
|
|
|
2010-07-14 13:25:23 +00:00
|
|
|
<!--[if lt IE 9]>
|
2010-07-14 14:02:03 +00:00
|
|
|
<script type="text/javascript" src="../../lib/excanvas.js"></script>
|
2010-07-09 14:21:40 +00:00
|
|
|
<![endif]-->
|
2010-06-16 19:19:11 +00:00
|
|
|
|
2010-07-09 14:21:40 +00:00
|
|
|
<script type="text/javascript" src="../lib/qunit.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../dist/all.js"></script>
|
2010-06-11 14:07:08 +00:00
|
|
|
|
2010-07-24 04:34:18 +00:00
|
|
|
<script type="text/javascript" src="parser.js"></script>
|
2010-06-11 14:07:08 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2010-07-09 23:43:50 +00:00
|
|
|
<h1 id="qunit-header">fabric.Parser unit tests</h1>
|
2010-07-09 14:21:40 +00:00
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
|
<ol id="qunit-tests"></ol>
|
2010-06-11 14:07:08 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|