Partial fix for 12415

This commit is contained in:
Scott Trinh 2016-10-17 14:26:34 -04:00
parent 887507b6f8
commit ab0ddf9040
51 changed files with 35 additions and 115 deletions

View file

@ -39,9 +39,6 @@
[FileReaderSync interface: calling readAsDataURL(Blob) on new FileReaderSync() with too few arguments must throw TypeError]
expected: FAIL
[Window interface: existence and properties of interface object]
expected: FAIL
[ArrayBuffer interface: existence and properties of interface object]
expected: FAIL

View file

@ -162,9 +162,6 @@
[SubtleCrypto interface: calling unwrapKey(KeyFormat,BufferSource,CryptoKey,AlgorithmIdentifier,AlgorithmIdentifier,boolean,[object Object\]) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[Window interface: existence and properties of interface object]
expected: FAIL
[ArrayBuffer interface: existence and properties of interface object]
expected: FAIL

View file

@ -3,15 +3,6 @@
[The Location interface object should not be exposed.]
expected: FAIL
[The Navigator interface object should not be exposed.]
expected: FAIL
[The DOMImplementation interface object should not be exposed.]
expected: FAIL
[The MouseEvent interface object should not be exposed.]
expected: FAIL
[The PopStateEvent interface object should not be exposed.]
expected: FAIL
@ -20,13 +11,3 @@
[The PageTransitionEvent interface object should not be exposed.]
expected: FAIL
[The UIEvent interface object should not be exposed.]
expected: FAIL
[The FocusEvent interface object should not be exposed.]
expected: FAIL
[The KeyboardEvent interface object should not be exposed.]
expected: FAIL

View file

@ -7,10 +7,8 @@ importScripts("interfaces.js");
// IMPORTANT: Do not change the list below without review from a DOM peer!
test_interfaces([
"Attr",
"BeforeUnloadEvent",
"Blob",
"CharacterData",
"CloseEvent",
"CSS",
"CSSStyleDeclaration",
@ -19,17 +17,11 @@ test_interfaces([
"DOMQuad",
"DOMRect",
"DOMRectReadOnly",
"Comment",
"CustomEvent",
"DedicatedWorkerGlobalScope",
"Document",
"DocumentFragment",
"DocumentType",
"DOMException",
"DOMImplementation",
"DOMTokenList",
"DOMStringMap",
"Element",
"ErrorEvent",
"Event",
"EventTarget",
@ -37,42 +29,23 @@ test_interfaces([
"FileList",
"FileReader",
"FileReaderSync",
"FocusEvent",
"FormData",
"HashChangeEvent",
"Headers",
"History",
"HTMLCollection",
"HTMLElement",
"HTMLFormControlsCollection",
"HTMLFormElement",
"HTMLHeadElement",
"HTMLOptionsCollection",
"HTMLScriptElement",
"ImageData",
"KeyboardEvent",
"Location",
"MediaError",
"MessageEvent",
"MimeType",
"MimeTypeArray",
"MouseEvent",
"NamedNodeMap",
"Navigator",
"Node",
"NodeFilter",
"NodeIterator",
"NodeList",
"PageTransitionEvent",
"Performance",
"PerformanceTiming",
"Plugin",
"PluginArray",
"PopStateEvent",
"ProcessingInstruction",
"ProgressEvent",
"RadioNodeList",
"Range",
"Request",
"Response",
"Screen",
@ -80,24 +53,18 @@ test_interfaces([
"StorageEvent",
"StyleSheet",
"StyleSheetList",
"Text",
"TextDecoder",
"TextEncoder",
"Touch",
"TouchEvent",
"TouchList",
"TreeWalker",
"UIEvent",
"URL",
"URLSearchParams",
"ValidityState",
"WebSocket",
"Window",
"Worker",
"WorkerGlobalScope",
"WorkerLocation",
"WorkerNavigator",
"XMLDocument",
"XMLHttpRequest",
"XMLHttpRequestEventTarget",
"XMLHttpRequestUpload",