OLD | NEW |
1 <a>: Before appendChild, named_a should not be in document. | 1 <a>: Before appendChild, named_a should not be in document. |
2 PASS element.name in document is false | 2 PASS element.name in document is false |
3 PASS element.name in window is false | 3 PASS element.name in window is false |
4 <a>: After appendChild, named_a should not still be in document, because the ele
ment was inserted into a shadow DOM tree. | 4 <a>: After appendChild, named_a should not still be in document, because the ele
ment was inserted into a shadow DOM tree. |
5 PASS element.name in document is false | 5 PASS element.name in document is false |
6 PASS element.name in window is false | 6 PASS element.name in window is false |
7 <a>: After changing its name attribute into renamed_a by using setAttribute, the
name should not still be in document. | 7 <a>: After changing its name attribute into renamed_a by using setAttribute, the
name should not still be in document. |
8 PASS element.name in document is false | 8 PASS element.name in document is false |
9 PASS element.name in window is false | 9 PASS element.name in window is false |
10 <a>: After changing its name attribute into re-renamed_a by using '.name=', the
name should not still be in document. | 10 <a>: After changing its name attribute into re-renamed_a by using '.name=', the
name should not still be in document. |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 PASS element.name in window is false | 111 PASS element.name in window is false |
112 <object>: After appendChild, named_object should not still be in document, becau
se the element was inserted into a shadow DOM tree. | 112 <object>: After appendChild, named_object should not still be in document, becau
se the element was inserted into a shadow DOM tree. |
113 PASS element.name in document is false | 113 PASS element.name in document is false |
114 PASS element.name in window is false | 114 PASS element.name in window is false |
115 <object>: After changing its name attribute into renamed_object by using setAttr
ibute, the name should not still be in document. | 115 <object>: After changing its name attribute into renamed_object by using setAttr
ibute, the name should not still be in document. |
116 PASS element.name in document is false | 116 PASS element.name in document is false |
117 PASS element.name in window is false | 117 PASS element.name in window is false |
118 <object>: After changing its name attribute into re-renamed_object by using '.na
me=', the name should not still be in document. | 118 <object>: After changing its name attribute into re-renamed_object by using '.na
me=', the name should not still be in document. |
119 PASS element.name in document is false | 119 PASS element.name in document is false |
120 PASS element.name in window is false | 120 PASS element.name in window is false |
| 121 PASS successfullyParsed is true |
121 | 122 |
| 123 TEST COMPLETE |
| 124 |
OLD | NEW |