Verify the series of sub-tests that are executed for "partial" dictionary objects.

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
FailPartial dictionary A: original dictionary definedassert_true: Original dictionary should be defined expected true got false
    at self.IdlArray.<anonymous> (https://www1.wpt.live/resources/idlharness.js:788:17)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at self.IdlArray.<anonymous> (https://www1.wpt.live/resources/idlharness.js:787:13)
    at Array.forEach (<anonymous>)
Asserts run
Fail
assert_true(false, "Original dictionary should be defined")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:788:17)
PassPartial dictionary B[2]: original dictionary defined
Asserts run
Pass
assert_true(true, "Original dictionary should be defined")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:788:17)
Pass
assert_true(true, "Original B definition should have type dictionary")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:799:17)
PassPartial dictionary B[3]: original dictionary defined
Asserts run
Pass
assert_true(true, "Original dictionary should be defined")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:788:17)
Pass
assert_true(true, "Original B definition should have type dictionary")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:799:17)
PassPartial dictionary B[4]: original dictionary defined
Asserts run
Pass
assert_true(true, "Original dictionary should be defined")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:788:17)
Pass
assert_true(true, "Original B definition should have type dictionary")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:799:17)
FailPartial dictionary C: original dictionary definedassert_true: Original C definition should have type dictionary expected true got false
    at self.IdlArray.<anonymous> (https://www1.wpt.live/resources/idlharness.js:799:17)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at self.IdlArray.<anonymous> (https://www1.wpt.live/resources/idlharness.js:787:13)
    at Array.forEach (<anonymous>)
Asserts run
Pass
assert_true(true, "Original dictionary should be defined")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:788:17)
Fail
assert_true(false, "Original C definition should have type dictionary")
    at self.IdlArray.<anonymous> ( /resources/idlharness.js:799:17)