Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / imported / web-platform-tests / custom-elements / resources / x-mathml-element.html
blob3efdc2d00884f97cad510ded228da22c4d7c4770
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>