mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
XMLHttpRequestEventTarget should not be [NoInterfaceObject].
This commit is contained in:
parent
afb152a856
commit
abd591b96e
3 changed files with 2 additions and 35 deletions
|
@ -13,7 +13,7 @@
|
|||
* http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
|
||||
*/
|
||||
|
||||
[NoInterfaceObject]
|
||||
//[Exposed=(Window,Worker)]
|
||||
interface XMLHttpRequestEventTarget : EventTarget {
|
||||
// event handlers
|
||||
attribute EventHandler onloadstart;
|
||||
|
|
|
@ -173,6 +173,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"WorkerLocation", // #2823
|
||||
"WorkerNavigator", // #2823
|
||||
"XMLHttpRequest",
|
||||
"XMLHttpRequestEventTarget",
|
||||
"XMLHttpRequestUpload",
|
||||
];
|
||||
|
||||
|
|
|
@ -69,42 +69,8 @@
|
|||
[XMLHttpRequestEventTarget interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute onloadstart]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute onprogress]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute onabort]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute onerror]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute onload]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute ontimeout]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestEventTarget interface: attribute onloadend]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestUpload interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequestUpload interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue