]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/test/embedding.xml
* added test with MathML really embedded within HTML
[helm.git] / helm / gtkmathview-bonobo / test / embedding.xml
1 <?xml version="1.0"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3
4 <head> </head>
5
6 <body>
7
8   <h1>GtkMathView-Bonobo test page</h1>
9
10   The embedded object should display a mathematical formula.
11   <br />
12
13   <object data="#math1" width="500" height="100" type="application/mathml+xml">
14     No viewer capable of displaying the test document installed.
15     <input type="hidden">
16       <math id="math1" display="block" xmlns="http://www.w3.org/1998/Math/MathML">
17         <mfrac>
18           <mi href="http://www.google.it">x</mi>
19           <mn>2</mn>
20         </mfrac>
21         <mo>=</mo>
22         <mtext href="javascript:alert('like if I can do that')">click for the answer</mtext>
23       </math>
24     </input>
25   </object>
26
27   </body>
28
29 </html>
30