Add HTML5 DOCTYPE and CSS MIME type to tests

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1860 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2010-11-08 19:04:43 +00:00
parent 3a76f5e4d6
commit 45e8914e9f
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='qunit/qunit.css' type='text/css'/>
@ -265,7 +266,7 @@
equals(1, rxform.numberOfItems);
var translate = rxform.getItem(0);
equals(2, translate.type);
equals(translate.type, 2);
var m = translate.matrix;
equals(m.a, 1);

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='qunit/qunit.css' type='text/css'/>