Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-11-03 14:26:08 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-11-03 14:26:08 (GMT)
commitffda1b9a104e2938d3a391e1fbdf5c97f433cdd5 (patch)
tree86610b18c11a0d5235493086b5d5fd2d19ef08b6
parentc85c58c435ca6080de207f71342d18f64abce63c (diff)
removed karma-main ids from adding_up examples
-rwxr-xr-xexamples/adding_up_to_10_canvas/index.html2
-rwxr-xr-xexamples/adding_up_to_10_svg/index.html2
-rw-r--r--tests.html7
-rw-r--r--tests/index.html12
4 files changed, 14 insertions, 9 deletions
diff --git a/examples/adding_up_to_10_canvas/index.html b/examples/adding_up_to_10_canvas/index.html
index 49cee59..c19d197 100755
--- a/examples/adding_up_to_10_canvas/index.html
+++ b/examples/adding_up_to_10_canvas/index.html
@@ -17,7 +17,7 @@
</head>
<body>
- <div id="karma-main">
+ <div>
<div id="action">
<div id="actionTop">
diff --git a/examples/adding_up_to_10_svg/index.html b/examples/adding_up_to_10_svg/index.html
index cf38c40..2ab9a68 100755
--- a/examples/adding_up_to_10_svg/index.html
+++ b/examples/adding_up_to_10_svg/index.html
@@ -18,7 +18,7 @@
</head>
<body>
- <div id="karma-main">
+ <div>
<div id="main">
<div id="top">
diff --git a/tests.html b/tests.html
deleted file mode 100644
index bad3b27..0000000
--- a/tests.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-</head>
-<body>
-</body>
-</html> \ No newline at end of file
diff --git a/tests/index.html b/tests/index.html
new file mode 100644
index 0000000..110e16f
--- /dev/null
+++ b/tests/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<title>QUnit Tests for Karma</title>
+<script src="js/jquery-1.3.2.min.js"/>
+<script src="js/qunit.js"/>
+<link rel="stylesheet" href="css/qunit.css" type="text/css"/>
+
+<head>
+</head>
+<body>
+</body>
+</html> \ No newline at end of file