Summary

Harness status: OK

Found 16 tests

Details

ResultTest NameMessage
PassAn embed name appears in a document's property names if the embed is exposed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:35:3)
FailAn 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 run
Fail
assert_false(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:39:3)
PassA form name appears in a document's property names.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:43:3)
PassAn iframe name appears in a document's property names.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:47:3)
PassAn img name appears in a document's property names when the img has no id.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:51:3)
PassAn object name appears in a document's property names if the object is exposed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:55:3)
PassAn object id appears in a document's property names if the object is exposed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:59:3)
FailAn 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 run
Fail
assert_false(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:63:3)
FailAn 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 run
Fail
assert_false(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:67:3)
PassAn img name appears in a document's property names when the img has an id.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:71:3)
PassAn img id appears in a document's property names when the img has a name.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:75:3)
PassAn img id does not appear in a document's property names when the img has no name.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:79:3)
PassA document's property names can include integer strings.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:83:3)
PassA template name does not appear in a document's property names.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:87:3)
PassAn img name does not appear in a document's property names when the img is in a template's document fragment.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/nameditem-names.html:91:3)
FailA 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 run
Pass
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)