mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
272 lines
12 KiB
INI
272 lines
12 KiB
INI
[interfaces.html]
|
|
type: testharness
|
|
[DOMException must be primary interface of new DOMException()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new DOMException()]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "message" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "code" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INDEX_SIZE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "DOMSTRING_SIZE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "HIERARCHY_REQUEST_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "WRONG_DOCUMENT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INVALID_CHARACTER_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "NO_DATA_ALLOWED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "NO_MODIFICATION_ALLOWED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "NOT_FOUND_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "NOT_SUPPORTED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INUSE_ATTRIBUTE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INVALID_STATE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "SYNTAX_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INVALID_MODIFICATION_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "NAMESPACE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INVALID_ACCESS_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "VALIDATION_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "TYPE_MISMATCH_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "SECURITY_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "NETWORK_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "ABORT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "URL_MISMATCH_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "QUOTA_EXCEEDED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "TIMEOUT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "INVALID_NODE_TYPE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException() must inherit property "DATA_CLONE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException must be primary interface of new DOMException("my message")]
|
|
expected: FAIL
|
|
|
|
[Stringification of new DOMException("my message")]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "message" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "code" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INDEX_SIZE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "DOMSTRING_SIZE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "HIERARCHY_REQUEST_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "WRONG_DOCUMENT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INVALID_CHARACTER_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "NO_DATA_ALLOWED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "NO_MODIFICATION_ALLOWED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "NOT_FOUND_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "NOT_SUPPORTED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INUSE_ATTRIBUTE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INVALID_STATE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "SYNTAX_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INVALID_MODIFICATION_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "NAMESPACE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INVALID_ACCESS_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "VALIDATION_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "TYPE_MISMATCH_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "SECURITY_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "NETWORK_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "ABORT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "URL_MISMATCH_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "QUOTA_EXCEEDED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "TIMEOUT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "INVALID_NODE_TYPE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message") must inherit property "DATA_CLONE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException must be primary interface of new DOMException("my message", "myName")]
|
|
expected: FAIL
|
|
|
|
[Stringification of new DOMException("my message", "myName")]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "message" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "code" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INDEX_SIZE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "DOMSTRING_SIZE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "HIERARCHY_REQUEST_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "WRONG_DOCUMENT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_CHARACTER_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "NO_DATA_ALLOWED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "NO_MODIFICATION_ALLOWED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "NOT_FOUND_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "NOT_SUPPORTED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INUSE_ATTRIBUTE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_STATE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "SYNTAX_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_MODIFICATION_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "NAMESPACE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_ACCESS_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "VALIDATION_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "TYPE_MISMATCH_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "SECURITY_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "NETWORK_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "ABORT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "URL_MISMATCH_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "QUOTA_EXCEEDED_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "TIMEOUT_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "INVALID_NODE_TYPE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DOMException interface: new DOMException("my message", "myName") must inherit property "DATA_CLONE_ERR" with the proper type]
|
|
expected: FAIL
|
|
|