Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / imported / web-platform-tests / custom-elements / resources / x-mathml-element.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <title>Custom element in MathML namespace</title>
5     <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
6 </head>
7 <body>
8     <math xmlns="http://www.w3.org/1998/Math/MathML">
9         <x-math-element id="x-math-element"></x-math-element>
10     </math>
11 </body>
12 </html>