summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/v0/resources/x-element.html
blob: 0c0d2daad6a00b709cf9a4896befb917a1f3e1b7 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
    <title>x-element custom element</title>
    <link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
</head>
<body>
    <x-element id="x-element"></x-element>
</body>
</html>