summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/v0/resources/x-svg-element.html
blob: 6cea85758827d88a7e80367baa26836477c27c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>SVG custom element</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
</head>
<body>
    <svg height="100" width="100">
        <x-svg-element id="x-svg-element"></x-element>
    </svg>
</body>
</html>