]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/test/embedding.xml
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / gtkmathview-bonobo / test / embedding.xml
diff --git a/helm/gtkmathview-bonobo/test/embedding.xml b/helm/gtkmathview-bonobo/test/embedding.xml
deleted file mode 100644 (file)
index 57fe49a..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
-  <script language="JavaScript">
-<!--
-    function setSize(id, width, height)
-    {
-      document.elements[id].width = width;
-      document.elements[id].height = height;
-      document.elements['eccolo'].value = 'Ciao';
-      alert('hello!');
-    }
--->
-  </script>
-</head>
-
-<body>
-
-  <h1>GtkMathView-Bonobo test page</h1>
-
-  The embedded object should display a mathematical formula.
-  <br />
-
-  <object name="MATH" data="#math1" width="500" height="100" type="application/mathml+xml">
-    <math id="math1" display="block" xmlns="http://www.w3.org/1998/Math/MathML">
-       <mfrac>
-         <mi href="http://www.google.it">x</mi>
-         <mn>2</mn>
-       </mfrac>
-      <mo>=</mo>
-      <mtext href="javascript:alert('like if I can do that')">click for the answer</mtext>
-    </math>
-  </object>
-
-  <form name="test">
-    <input name="eccolo" type="button" onClick="alert('hi')">Size</input>
-  </form>
-
-</body>
-
-</html>
-