blob: f15268ae65483f7c15283ed9ece5ae64c63a6f01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[CustomElementRegistry-initialize.html]
[initialize is a function on both global and scoped CustomElementRegistry]
expected: FAIL
[initialize sets element.customElementRegistry to the global registry]
expected: FAIL
[initialize does not set the registry of nested shadow tree to the global registry]
expected: FAIL
[initialize sets element.customElementRegistry to a scoped registry]
expected: FAIL
[initialize does not set the registry of nested shadow tree to a scoped registry]
expected: FAIL
[initialize sets element.customElementRegistry permantently]
expected: FAIL
[initialize is no-op on a subtree with a non-null registry]
expected: FAIL
|