Pass | should return false when the interface declares no toJSON operation. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:17:9) |
|
Pass | should return false when the interface declares a static toJSON operation. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:22:9) |
|
Pass | should return false when the interface declares a regular toJSON operation with no extended attribute. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:27:9) |
|
Pass | should return false when the interface declares a regular toJSON operation with another extented attribute. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:32:9) |
|
Pass | should return true when the interface declares a regular toJSON operation with the [Default] extented attribute. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:37:9) |
|
Pass | should return true when the interface declares a regular toJSON operation with multiple extended attributes, including [Default]. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:42:9) |
|