Bug 457358 - need to reset UTF8 converter after it encounters invalid input (pwmgr...
[wine-gecko.git] / layout / mathml / tests / simple.xml
blobc49a1ef695a64f541a139a658e747e88dad6d7e8
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC
3   "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
4   "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"
6   <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
7 ]>
9 <!-- ***** BEGIN LICENSE BLOCK *****
10    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
11    -
12    - The contents of this file are subject to the Mozilla Public License Version
13    - 1.1 (the "License"); you may not use this file except in compliance with
14    - the License. You may obtain a copy of the License at
15    - http://www.mozilla.org/MPL/
16    -
17    - Software distributed under the License is distributed on an "AS IS" basis,
18    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
19    - for the specific language governing rights and limitations under the
20    - License.
21    -
22    - The Original Code is Mozilla MathML Project.
23    -
24    - The Initial Developer of the Original Code is
25    - The University of Queensland.
26    - Portions created by the Initial Developer are Copyright (C) 1999
27    - the Initial Developer. All Rights Reserved.
28    -
29    - Contributor(s):
30    -   Roger B. Sidje <rbs@maths.uq.edu.au>
31    -
32    - Alternatively, the contents of this file may be used under the terms of
33    - either the GNU General Public License Version 2 or later (the "GPL"), or
34    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
35    - in which case the provisions of the GPL or the LGPL are applicable instead
36    - of those above. If you wish to allow use of your version of this file only
37    - under the terms of either the GPL or the LGPL, and not to allow others to
38    - use your version of this file under the terms of the MPL, indicate your
39    - decision by deleting the provisions above and replace them with the notice
40    - and other provisions required by the LGPL or the GPL. If you do not delete
41    - the provisions above, a recipient may use your version of this file under
42    - the terms of any one of the MPL, the GPL or the LGPL.
43    -
44    - ***** END LICENSE BLOCK ***** -->
46 <html xmlns="http://www.w3.org/1999/xhtml">
47 <head>
48   <title>Simple Document with MathML</title>
49 </head>
50 <body>
52 <math xmlns="http://www.w3.org/1998/Math/MathML">
53 <mrow>
54    <mi>x</mi>
55    <mo>=</mo>
56    <mi>y</mi>
57    <mo>+</mo>
58    <mfrac>
59       <mi>a</mi>
60       <mi>b</mi>
61    </mfrac>
62 </mrow>
63 </math>
65 </body>
66 </html>