]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/test/embedding.xml
* added test with MathML really embedded within HTML
[helm.git] / helm / gtkmathview-bonobo / test / embedding.xml
diff --git a/helm/gtkmathview-bonobo/test/embedding.xml b/helm/gtkmathview-bonobo/test/embedding.xml
new file mode 100644 (file)
index 0000000..b0d12e5
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head> </head>
+
+<body>
+
+  <h1>GtkMathView-Bonobo test page</h1>
+
+  The embedded object should display a mathematical formula.
+  <br />
+
+  <object data="#math1" width="500" height="100" type="application/mathml+xml">
+    No viewer capable of displaying the test document installed.
+    <input type="hidden">
+      <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>
+    </input>
+  </object>
+
+  </body>
+
+</html>
+