| 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. |
| 11 PASS element.name in document is false | 11 PASS element.name in document is false |
| 12 PASS element.name in window is false | 12 PASS element.name in window is false |
| 13 <applet>: Before appendChild, named_applet should not be in document. | |
| 14 PASS element.name in document is false | |
| 15 PASS element.name in window is false | |
| 16 <applet>: After appendChild, named_applet should not still be in document, becau
se the element was inserted into a shadow DOM tree. | |
| 17 PASS element.name in document is false | |
| 18 PASS element.name in window is false | |
| 19 <applet>: After changing its name attribute into renamed_applet by using setAttr
ibute, the name should not still be in document. | |
| 20 PASS element.name in document is false | |
| 21 PASS element.name in window is false | |
| 22 <applet>: After changing its name attribute into re-renamed_applet by using '.na
me=', the name should not still be in document. | |
| 23 PASS element.name in document is false | |
| 24 PASS element.name in window is false | |
| 25 <area>: Before appendChild, named_area should not be in document. | 13 <area>: Before appendChild, named_area should not be in document. |
| 26 PASS element.name in document is false | 14 PASS element.name in document is false |
| 27 PASS element.name in window is false | 15 PASS element.name in window is false |
| 28 <area>: After appendChild, named_area should not still be in document, because t
he element was inserted into a shadow DOM tree. | 16 <area>: After appendChild, named_area should not still be in document, because t
he element was inserted into a shadow DOM tree. |
| 29 PASS element.name in document is false | 17 PASS element.name in document is false |
| 30 PASS element.name in window is false | 18 PASS element.name in window is false |
| 31 <area>: After changing its name attribute into named_area by using setAttribute,
the name should not still be in document. | 19 <area>: After changing its name attribute into named_area by using setAttribute,
the name should not still be in document. |
| 32 PASS element.name in document is false | 20 PASS element.name in document is false |
| 33 PASS element.name in window is false | 21 PASS element.name in window is false |
| 34 <area>: After changing its name attribute into re-renamed_area by using '.name='
, the name should not still be in document. | 22 <area>: After changing its name attribute into re-renamed_area by using '.name='
, the name should not still be in document. |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 <object>: After changing its name attribute into renamed_object by using setAttr
ibute, the name should not still be in document. | 103 <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 | 104 PASS element.name in document is false |
| 117 PASS element.name in window is false | 105 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. | 106 <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 | 107 PASS element.name in document is false |
| 120 PASS element.name in window is false | 108 PASS element.name in window is false |
| 121 PASS successfullyParsed is true | 109 PASS successfullyParsed is true |
| 122 | 110 |
| 123 TEST COMPLETE | 111 TEST COMPLETE |
| 124 | 112 |
| OLD | NEW |