blob: f2caee337e781d0c5c742472900cd243db0520bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[ownerdocument-001.html]
type: testharness
[ownerDocument property of a shadow root should be the document of the shadow host, regardless of the location of the shadow host.]
expected: FAIL
[ownerDocument property of elements in a shadow tree should match the document of the shadow host, regardless of the element's location in a shadow tree.]
expected: FAIL
[Elements added to a shadow tree should automatically get a valid ownerDocument.]
expected: FAIL
[ownerDocument property of an element in a shadow tree should be the document of the shadow host, even if the host element is created from another document.]
expected: FAIL
[All children nodes of a shadow root get a valid ownerDocument when added to a shadow tree.]
expected: FAIL
[ownerDocument property of a node should remain the same, even if its child is adopted into a shadow tree.]
expected: FAIL
|