OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 FAIL Check that DOM exception is created in called function's context. assert_no
t_equals: got disallowed value [stringifying object threw TypeError: Illegal inv
ocation with type object] | 2 PASS Check that DOM exception is created in called function's context. |
3 FAIL Check that DOM exception is created in setter's context. assert_not_equals:
got disallowed value [stringifying object threw TypeError: Illegal invocation w
ith type object] | 3 FAIL Check that DOM exception is created in setter's context. assert_equals: exp
ected [stringifying object threw TypeError: Illegal invocation with type object]
but got [stringifying object threw TypeError: Illegal invocation with type obje
ct] |
4 PASS Check that native exception is created in setter's context. | 4 PASS Check that native exception is created in setter's context. |
5 Harness: the test ran to completion. | 5 Harness: the test ran to completion. |
6 | 6 |
OLD | NEW |