Pass | An embed name appears in a document's property names if the embed is exposed. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:35:3) |
|
Fail | An embed name does not appears in a document's property names if the embed is inside another embed. | assert_false: expected false got true at Test.<anonymous> (https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:39:3)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:38:1 Asserts runFail | assert_false(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:39:3) |
|
Pass | A form name appears in a document's property names. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:43:3) |
|
Pass | An iframe name appears in a document's property names. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:47:3) |
|
Pass | An img name appears in a document's property names when the img has no id. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:51:3) |
|
Pass | An object name appears in a document's property names if the object is exposed. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:55:3) |
|
Pass | An object id appears in a document's property names if the object is exposed. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:59:3) |
|
Fail | An object name does not appear in a document's property names if the object is inside another object. | assert_false: expected false got true at Test.<anonymous> (https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:63:3)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:62:1 Asserts runFail | assert_false(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:63:3) |
|
Fail | An object id does not appear in a document's property names if the object is inside another object. | assert_false: expected false got true at Test.<anonymous> (https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:67:3)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:66:1 Asserts runFail | assert_false(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:67:3) |
|
Pass | An img name appears in a document's property names when the img has an id. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:71:3) |
|
Pass | An img id appears in a document's property names when the img has a name. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:75:3) |
|
Pass | An img id does not appear in a document's property names when the img has no name. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:79:3) |
|
Pass | A document's property names can include integer strings. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:83:3) |
|
Pass | A template name does not appear in a document's property names. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:87:3) |
|
Pass | An img name does not appear in a document's property names when the img is in a template's document fragment. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:91:3) |
|
Fail | A document's property names appear in tree order. | assert_greater_than: expected a number greater than 11 but got 0 at Test.<anonymous> (https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:99:3)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at https://wpt.live/html/dom/documents/dom-tree-accessors/nameditem-names.html:94:1 Asserts runPass | assert_equals(5, 5)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:96:3) | Pass | assert_equals(6, 6)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:97:3) | Pass | assert_greater_than(11, 6)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:98:3) | Fail | assert_greater_than(0, 11)
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:99:3) |
|