summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-custom-tag-ref.html
blob: d49f3d768fd978a8ff421e87726ce92500cf4bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<title>The :unresolved pseudoclass reference file</title>
<link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
<style>
    body {
        background-color: white;
    }
</style>
<body>
    <p>Test passes if x-element background below is yellow</p>
    <x-element style="background-color: yellow;">
        x-element
    </x-element>
</body>
</html>