aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/custom-elements/revamped-scoped-registry/scoped-registry-registry-define-get-etc.tentative.html.ini
blob: ef885f7b00b06e49bec36a57febe12194208c534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[scoped-registry-registry-define-get-etc.tentative.html]
  [Custom element registries with a registered custom element return the class in their get method, and the name in their getName method]
    expected: FAIL

  [Scoped Custom element registries do not inherit names or classes from the global registry]
    expected: FAIL

  [Scoped Custom element registries return the same constructor when it is defined in both]
    expected: FAIL

  [Scoped Custom element registries allow registering name that exists in global registry]
    expected: FAIL

  [Custom element registries with a registered custom element resolve the class in their whenDefined method]
    expected: FAIL

  [Scoped Custom element registries resolve the same constructor from whenDefined when it is defined in both]
    expected: FAIL

  [Scoped Custom element registry getters do not resolve globally registered classes from whenDefined]
    expected: FAIL