blob: b65607a80db2a1567862e8c6f5bee8c1ab025d22 [file] [log] [blame]
Tests the properties of the XMLHttpRequestException object.
PASS e.toString() is "Error: NETWORK_ERR: XMLHttpRequest Exception 101"
PASS Object.prototype.toString.call(e) is "[object XMLHttpRequestException]"
FAIL Object.prototype.toString.call(e.__proto__) is not "[object XMLHttpRequestException]". Was "[object XMLHttpRequestExceptionPrototype]"
PASS e.constructor.toString() is "[object XMLHttpRequestExceptionConstructor]"
PASS e.constructor is window.XMLHttpRequestException
PASS e.NETWORK_ERR is e.constructor.NETWORK_ERR
PASS e.NETWORK_ERR is 101