1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
[ownerdocument-002.html]
type: testharness
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "article" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "aside" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "blockquote" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "body" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "div" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "footer" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h1" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h2" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h3" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h4" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h5" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h6" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "header" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "nav" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "p" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "section" element.]
expected: FAIL
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "span" element.]
expected: FAIL
|