Fix prototypes of interface objects (fixes #2665)

This commit is contained in:
Anthony Ramine 2015-12-13 09:00:26 +01:00
parent a1a9021aad
commit d13da7d9b3
10 changed files with 77 additions and 372 deletions

View file

@ -9,9 +9,6 @@
[URL interface: operation revokeObjectURL(DOMString)]
expected: FAIL
[File interface: existence and properties of interface object]
expected: FAIL
[File interface object length]
expected: FAIL
@ -63,9 +60,6 @@
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
expected: FAIL
[FileReader interface: existence and properties of interface object]
expected: FAIL
[FileReaderSync interface: existence and properties of interface object]
expected: FAIL

View file

@ -9,9 +9,6 @@
[URL interface: operation revokeObjectURL(DOMString)]
expected: FAIL
[File interface: existence and properties of interface object]
expected: FAIL
[File interface object length]
expected: FAIL
@ -48,9 +45,6 @@
[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "close" with the proper type (4)]
expected: FAIL
[FileReader interface: existence and properties of interface object]
expected: FAIL
[FileReader interface: operation readAsArrayBuffer(Blob)]
expected: FAIL

View file

@ -1,14 +0,0 @@
[interfaces.html]
type: testharness
[ProgressEvent interface: existence and properties of interface object]
expected: FAIL
[XMLHttpRequestEventTarget interface: existence and properties of interface object]
expected: FAIL
[XMLHttpRequestUpload interface: existence and properties of interface object]
expected: FAIL
[XMLHttpRequest interface: existence and properties of interface object]
expected: FAIL

View file

@ -1,8 +1,5 @@
[interfaces.html]
type: testharness
[CustomEvent interface: existence and properties of interface object]
expected: FAIL
[MutationObserver interface: existence and properties of interface object]
expected: FAIL
@ -63,12 +60,6 @@
[MutationRecord interface: attribute oldValue]
expected: FAIL
[Node interface: existence and properties of interface object]
expected: FAIL
[Document interface: existence and properties of interface object]
expected: FAIL
[Document interface: attribute origin]
expected: FAIL
@ -96,9 +87,6 @@
[Document interface: calling queryAll(DOMString) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: existence and properties of interface object]
expected: FAIL
[DocumentFragment interface: operation query(DOMString)]
expected: FAIL
@ -117,12 +105,6 @@
[DocumentFragment interface: calling queryAll(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[DocumentType interface: existence and properties of interface object]
expected: FAIL
[Element interface: existence and properties of interface object]
expected: FAIL
[Element interface: operation hasAttributes()]
expected: FAIL
@ -180,18 +162,6 @@
[NamedNodeMap interface: operation setNamedItemNS(Attr)]
expected: FAIL
[CharacterData interface: existence and properties of interface object]
expected: FAIL
[Text interface: existence and properties of interface object]
expected: FAIL
[ProcessingInstruction interface: existence and properties of interface object]
expected: FAIL
[Comment interface: existence and properties of interface object]
expected: FAIL
[Range interface: stringifier]
expected: FAIL

View file

@ -1362,9 +1362,6 @@
[HTMLCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError]
expected: FAIL
[HTMLFormControlsCollection interface: existence and properties of interface object]
expected: FAIL
[HTMLFormControlsCollection interface: operation namedItem(DOMString)]
expected: FAIL
@ -1554,9 +1551,6 @@
[Stringification of document.cssElementMap]
expected: FAIL
[HTMLElement interface: existence and properties of interface object]
expected: FAIL
[HTMLElement interface: attribute translate]
expected: FAIL
@ -2058,27 +2052,12 @@
[Element interface: calling queryAll(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[HTMLUnknownElement interface: existence and properties of interface object]
expected: FAIL
[HTMLHtmlElement interface: existence and properties of interface object]
expected: FAIL
[HTMLHtmlElement interface: attribute version]
expected: FAIL
[HTMLHtmlElement interface: document.createElement("html") must inherit property "version" with the proper type (0)]
expected: FAIL
[HTMLHeadElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTitleElement interface: existence and properties of interface object]
expected: FAIL
[HTMLBaseElement interface: existence and properties of interface object]
expected: FAIL
[HTMLBaseElement interface: attribute href]
expected: FAIL
@ -2091,9 +2070,6 @@
[HTMLBaseElement interface: document.createElement("base") must inherit property "target" with the proper type (1)]
expected: FAIL
[HTMLLinkElement interface: existence and properties of interface object]
expected: FAIL
[HTMLLinkElement interface: attribute crossOrigin]
expected: FAIL
@ -2109,9 +2085,6 @@
[HTMLLinkElement interface: document.createElement("link") must inherit property "sheet" with the proper type (11)]
expected: FAIL
[HTMLMetaElement interface: existence and properties of interface object]
expected: FAIL
[HTMLMetaElement interface: attribute httpEquiv]
expected: FAIL
@ -2124,9 +2097,6 @@
[HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type (3)]
expected: FAIL
[HTMLStyleElement interface: existence and properties of interface object]
expected: FAIL
[HTMLStyleElement interface: attribute media]
expected: FAIL
@ -2148,9 +2118,6 @@
[HTMLStyleElement interface: document.createElement("style") must inherit property "sheet" with the proper type (3)]
expected: FAIL
[HTMLBodyElement interface: existence and properties of interface object]
expected: FAIL
[HTMLBodyElement interface: attribute link]
expected: FAIL
@ -2235,9 +2202,6 @@
[HTMLBodyElement interface: document.createElement("body") must inherit property "onpopstate" with the proper type (16)]
expected: FAIL
[HTMLHeadingElement interface: existence and properties of interface object]
expected: FAIL
[HTMLHeadingElement interface: attribute align]
expected: FAIL
@ -2259,18 +2223,12 @@
[HTMLHeadingElement interface: document.createElement("h6") must inherit property "align" with the proper type (0)]
expected: FAIL
[HTMLParagraphElement interface: existence and properties of interface object]
expected: FAIL
[HTMLParagraphElement interface: attribute align]
expected: FAIL
[HTMLParagraphElement interface: document.createElement("p") must inherit property "align" with the proper type (0)]
expected: FAIL
[HTMLHRElement interface: existence and properties of interface object]
expected: FAIL
[HTMLHRElement interface: attribute align]
expected: FAIL
@ -2289,9 +2247,6 @@
[HTMLHRElement interface: document.createElement("hr") must inherit property "size" with the proper type (3)]
expected: FAIL
[HTMLPreElement interface: existence and properties of interface object]
expected: FAIL
[HTMLPreElement interface: attribute width]
expected: FAIL
@ -2307,9 +2262,6 @@
[HTMLPreElement interface: document.createElement("xmp") must inherit property "width" with the proper type (0)]
expected: FAIL
[HTMLQuoteElement interface: existence and properties of interface object]
expected: FAIL
[HTMLQuoteElement interface: attribute cite]
expected: FAIL
@ -2319,9 +2271,6 @@
[HTMLQuoteElement interface: document.createElement("q") must inherit property "cite" with the proper type (0)]
expected: FAIL
[HTMLOListElement interface: existence and properties of interface object]
expected: FAIL
[HTMLOListElement interface: attribute reversed]
expected: FAIL
@ -2334,18 +2283,12 @@
[HTMLOListElement interface: attribute compact]
expected: FAIL
[HTMLUListElement interface: existence and properties of interface object]
expected: FAIL
[HTMLUListElement interface: attribute compact]
expected: FAIL
[HTMLUListElement interface: attribute type]
expected: FAIL
[HTMLLIElement interface: existence and properties of interface object]
expected: FAIL
[HTMLLIElement interface: attribute value]
expected: FAIL
@ -2358,18 +2301,9 @@
[HTMLLIElement interface: document.createElement("li") must inherit property "type" with the proper type (1)]
expected: FAIL
[HTMLDListElement interface: existence and properties of interface object]
expected: FAIL
[HTMLDListElement interface: attribute compact]
expected: FAIL
[HTMLDivElement interface: existence and properties of interface object]
expected: FAIL
[HTMLAnchorElement interface: existence and properties of interface object]
expected: FAIL
[HTMLAnchorElement interface: attribute target]
expected: FAIL
@ -2412,39 +2346,24 @@
[HTMLAnchorElement interface: document.createElement("a") must inherit property "charset" with the proper type (9)]
expected: FAIL
[HTMLDataElement interface: existence and properties of interface object]
expected: FAIL
[HTMLDataElement interface: attribute value]
expected: FAIL
[HTMLDataElement interface: document.createElement("data") must inherit property "value" with the proper type (0)]
expected: FAIL
[HTMLTimeElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTimeElement interface: attribute dateTime]
expected: FAIL
[HTMLTimeElement interface: document.createElement("time") must inherit property "dateTime" with the proper type (0)]
expected: FAIL
[HTMLSpanElement interface: existence and properties of interface object]
expected: FAIL
[HTMLBRElement interface: existence and properties of interface object]
expected: FAIL
[HTMLBRElement interface: attribute clear]
expected: FAIL
[HTMLBRElement interface: document.createElement("br") must inherit property "clear" with the proper type (0)]
expected: FAIL
[HTMLModElement interface: existence and properties of interface object]
expected: FAIL
[HTMLModElement interface: attribute cite]
expected: FAIL
@ -2481,9 +2400,6 @@
[Stringification of document.createElement("picture")]
expected: FAIL
[HTMLImageElement interface: existence and properties of interface object]
expected: FAIL
[HTMLImageElement interface: attribute srcset]
expected: FAIL
@ -2529,9 +2445,6 @@
[HTMLImageElement interface: new Image() must inherit property "lowsrc" with the proper type (14)]
expected: FAIL
[HTMLIFrameElement interface: existence and properties of interface object]
expected: FAIL
[HTMLIFrameElement interface: attribute srcdoc]
expected: FAIL
@ -2562,9 +2475,6 @@
[HTMLIFrameElement interface: attribute marginWidth]
expected: FAIL
[HTMLEmbedElement interface: existence and properties of interface object]
expected: FAIL
[HTMLEmbedElement interface: attribute src]
expected: FAIL
@ -2613,9 +2523,6 @@
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "name" with the proper type (7)]
expected: FAIL
[HTMLObjectElement interface: existence and properties of interface object]
expected: FAIL
[HTMLObjectElement interface: attribute data]
expected: FAIL
@ -2772,9 +2679,6 @@
[HTMLObjectElement interface: document.createElement("object") must inherit property "border" with the proper type (26)]
expected: FAIL
[HTMLParamElement interface: existence and properties of interface object]
expected: FAIL
[HTMLParamElement interface: attribute name]
expected: FAIL
@ -2799,9 +2703,6 @@
[HTMLParamElement interface: document.createElement("param") must inherit property "valueType" with the proper type (3)]
expected: FAIL
[HTMLVideoElement interface: existence and properties of interface object]
expected: FAIL
[HTMLVideoElement interface: attribute width]
expected: FAIL
@ -2973,9 +2874,6 @@
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind,DOMString,DOMString) on document.createElement("video") with too few arguments must throw TypeError]
expected: FAIL
[HTMLAudioElement interface: existence and properties of interface object]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "error" with the proper type (0)]
expected: FAIL
@ -3264,9 +3162,6 @@
[HTMLMediaElement interface: calling addTextTrack(TextTrackKind,DOMString,DOMString) on new Audio() with too few arguments must throw TypeError]
expected: FAIL
[HTMLSourceElement interface: existence and properties of interface object]
expected: FAIL
[HTMLSourceElement interface: attribute src]
expected: FAIL
@ -3297,9 +3192,6 @@
[HTMLSourceElement interface: document.createElement("source") must inherit property "media" with the proper type (4)]
expected: FAIL
[HTMLTrackElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTrackElement interface: attribute kind]
expected: FAIL
@ -3378,9 +3270,6 @@
[HTMLTrackElement interface: document.createElement("track") must inherit property "track" with the proper type (10)]
expected: FAIL
[HTMLMediaElement interface: existence and properties of interface object]
expected: FAIL
[HTMLMediaElement interface: attribute error]
expected: FAIL
@ -4284,9 +4173,6 @@
[Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent("addtrack"; {track:document.createElement("track").track}) with too few arguments must throw TypeError]
expected: FAIL
[HTMLMapElement interface: existence and properties of interface object]
expected: FAIL
[HTMLMapElement interface: attribute name]
expected: FAIL
@ -4305,9 +4191,6 @@
[HTMLMapElement interface: document.createElement("map") must inherit property "images" with the proper type (2)]
expected: FAIL
[HTMLAreaElement interface: existence and properties of interface object]
expected: FAIL
[HTMLAreaElement interface: attribute alt]
expected: FAIL
@ -4356,9 +4239,6 @@
[HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type (10)]
expected: FAIL
[HTMLTableElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableElement interface: attribute tHead]
expected: FAIL
@ -4479,18 +4359,12 @@
[HTMLTableElement interface: document.createElement("table") must inherit property "cellSpacing" with the proper type (24)]
expected: FAIL
[HTMLTableCaptionElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableCaptionElement interface: attribute align]
expected: FAIL
[HTMLTableCaptionElement interface: document.createElement("caption") must inherit property "align" with the proper type (0)]
expected: FAIL
[HTMLTableColElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableColElement interface: attribute span]
expected: FAIL
@ -4545,9 +4419,6 @@
[HTMLTableColElement interface: document.createElement("col") must inherit property "width" with the proper type (5)]
expected: FAIL
[HTMLTableSectionElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableSectionElement interface: attribute align]
expected: FAIL
@ -4596,9 +4467,6 @@
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "vAlign" with the proper type (6)]
expected: FAIL
[HTMLTableRowElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableRowElement interface: attribute rowIndex]
expected: FAIL
@ -4635,9 +4503,6 @@
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "vAlign" with the proper type (8)]
expected: FAIL
[HTMLTableDataCellElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableDataCellElement interface: attribute abbr]
expected: FAIL
@ -4671,9 +4536,6 @@
[HTMLTableCellElement interface: document.createElement("td") must inherit property "vAlign" with the proper type (11)]
expected: FAIL
[HTMLTableHeaderCellElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableHeaderCellElement interface: attribute scope]
expected: FAIL
@ -4725,9 +4587,6 @@
[HTMLTableCellElement interface: document.createElement("th") must inherit property "vAlign" with the proper type (11)]
expected: FAIL
[HTMLTableCellElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTableCellElement interface: attribute rowSpan]
expected: FAIL
@ -4755,9 +4614,6 @@
[HTMLTableCellElement interface: attribute vAlign]
expected: FAIL
[HTMLFormElement interface: existence and properties of interface object]
expected: FAIL
[HTMLFormElement interface: operation checkValidity()]
expected: FAIL
@ -4776,12 +4632,6 @@
[HTMLFormElement interface: document.createElement("form") must inherit property "requestAutocomplete" with the proper type (17)]
expected: FAIL
[HTMLLabelElement interface: existence and properties of interface object]
expected: FAIL
[HTMLInputElement interface: existence and properties of interface object]
expected: FAIL
[HTMLInputElement interface: attribute accept]
expected: FAIL
@ -5034,9 +4884,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type (57)]
expected: FAIL
[HTMLButtonElement interface: existence and properties of interface object]
expected: FAIL
[HTMLButtonElement interface: attribute autofocus]
expected: FAIL
@ -5082,9 +4929,6 @@
[HTMLButtonElement interface: calling setCustomValidity(DOMString) on document.createElement("button") with too few arguments must throw TypeError]
expected: FAIL
[HTMLSelectElement interface: existence and properties of interface object]
expected: FAIL
[HTMLSelectElement interface: attribute autocomplete]
expected: FAIL
@ -5190,21 +5034,12 @@
[HTMLSelectElement interface: calling setCustomValidity(DOMString) on document.createElement("select") with too few arguments must throw TypeError]
expected: FAIL
[HTMLDataListElement interface: existence and properties of interface object]
expected: FAIL
[HTMLOptGroupElement interface: existence and properties of interface object]
expected: FAIL
[HTMLOptGroupElement interface: attribute label]
expected: FAIL
[HTMLOptGroupElement interface: document.createElement("optgroup") must inherit property "label" with the proper type (1)]
expected: FAIL
[HTMLOptionElement interface: existence and properties of interface object]
expected: FAIL
[HTMLOptionElement interface: attribute form]
expected: FAIL
@ -5217,9 +5052,6 @@
[HTMLOptionElement interface: document.createElement("option") must inherit property "index" with the proper type (7)]
expected: FAIL
[HTMLTextAreaElement interface: existence and properties of interface object]
expected: FAIL
[HTMLTextAreaElement interface: attribute autocomplete]
expected: FAIL
@ -5457,9 +5289,6 @@
[HTMLKeygenElement interface: document.createElement("keygen") must inherit property "labels" with the proper type (13)]
expected: FAIL
[HTMLOutputElement interface: existence and properties of interface object]
expected: FAIL
[HTMLOutputElement interface: attribute htmlFor]
expected: FAIL
@ -5523,9 +5352,6 @@
[HTMLOutputElement interface: calling setCustomValidity(DOMString) on document.createElement("output") with too few arguments must throw TypeError]
expected: FAIL
[HTMLProgressElement interface: existence and properties of interface object]
expected: FAIL
[HTMLProgressElement interface: attribute value]
expected: FAIL
@ -5544,9 +5370,6 @@
[HTMLProgressElement interface: document.createElement("progress") must inherit property "position" with the proper type (2)]
expected: FAIL
[HTMLMeterElement interface: existence and properties of interface object]
expected: FAIL
[HTMLMeterElement interface: attribute value]
expected: FAIL
@ -5583,9 +5406,6 @@
[HTMLMeterElement interface: document.createElement("meter") must inherit property "optimum" with the proper type (5)]
expected: FAIL
[HTMLFieldSetElement interface: existence and properties of interface object]
expected: FAIL
[HTMLFieldSetElement interface: attribute name]
expected: FAIL
@ -5607,9 +5427,6 @@
[HTMLFieldSetElement interface: operation setCustomValidity(DOMString)]
expected: FAIL
[HTMLLegendElement interface: existence and properties of interface object]
expected: FAIL
[HTMLLegendElement interface: attribute form]
expected: FAIL
@ -5820,9 +5637,6 @@
[RelatedEvent interface: attribute relatedTarget]
expected: FAIL
[HTMLDialogElement interface: existence and properties of interface object]
expected: FAIL
[HTMLDialogElement interface: operation show([object Object\],[object Object\])]
expected: FAIL
@ -5832,9 +5646,6 @@
[HTMLDialogElement interface: operation close(DOMString)]
expected: FAIL
[HTMLScriptElement interface: existence and properties of interface object]
expected: FAIL
[HTMLScriptElement interface: attribute type]
expected: FAIL
@ -5877,12 +5688,6 @@
[HTMLScriptElement interface: document.createElement("script") must inherit property "htmlFor" with the proper type (8)]
expected: FAIL
[HTMLTemplateElement interface: existence and properties of interface object]
expected: FAIL
[HTMLCanvasElement interface: existence and properties of interface object]
expected: FAIL
[HTMLCanvasElement interface: operation probablySupportsContext(DOMString,any)]
expected: FAIL
@ -6402,9 +6207,6 @@
[DragEvent interface: attribute dataTransfer]
expected: FAIL
[Window interface: existence and properties of interface object]
expected: FAIL
[Window interface: existence and properties of interface prototype object]
expected: FAIL
@ -7461,9 +7263,6 @@
[EventTarget interface: calling dispatchEvent(Event) on window.applicationCache with too few arguments must throw TypeError]
expected: FAIL
[ErrorEvent interface: existence and properties of interface object]
expected: FAIL
[Navigator interface: attribute language]
expected: FAIL
@ -7719,9 +7518,6 @@
[ImageBitmap interface: attribute height]
expected: FAIL
[MessageEvent interface: existence and properties of interface object]
expected: FAIL
[MessageEvent interface: attribute source]
expected: FAIL
@ -7731,18 +7527,9 @@
[MessageEvent interface: operation initMessageEvent(DOMString,boolean,boolean,any,DOMString,DOMString,[object Object\],[object Object\],MessagePort)]
expected: FAIL
[EventSource interface: existence and properties of interface object]
expected: FAIL
[WebSocket interface: existence and properties of interface object]
expected: FAIL
[WebSocket interface: attribute extensions]
expected: FAIL
[CloseEvent interface: existence and properties of interface object]
expected: FAIL
[MessageChannel interface: existence and properties of interface object]
expected: FAIL
@ -7833,9 +7620,6 @@
[BroadcastChannel interface: attribute onmessage]
expected: FAIL
[WorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[WorkerGlobalScope interface: operation close()]
expected: FAIL
@ -7854,9 +7638,6 @@
[WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource,long,long,long,long)]
expected: FAIL
[DedicatedWorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[DedicatedWorkerGlobalScope interface: operation postMessage(any,[object Object\])]
expected: FAIL
@ -7884,9 +7665,6 @@
[SharedWorkerGlobalScope interface: attribute onconnect]
expected: FAIL
[Worker interface: existence and properties of interface object]
expected: FAIL
[Worker interface: operation terminate()]
expected: FAIL
@ -7917,12 +7695,6 @@
[WorkerNavigator interface: attribute onLine]
expected: FAIL
[StorageEvent interface: existence and properties of interface object]
expected: FAIL
[HTMLAppletElement interface: existence and properties of interface object]
expected: FAIL
[HTMLAppletElement interface: attribute align]
expected: FAIL
@ -8097,9 +7869,6 @@
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "stop" with the proper type (15)]
expected: FAIL
[HTMLFrameSetElement interface: existence and properties of interface object]
expected: FAIL
[HTMLFrameSetElement interface: attribute cols]
expected: FAIL
@ -8190,9 +7959,6 @@
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onunload" with the proper type (14)]
expected: FAIL
[HTMLFrameElement interface: existence and properties of interface object]
expected: FAIL
[HTMLFrameElement interface: attribute name]
expected: FAIL
@ -8253,18 +8019,12 @@
[HTMLFrameElement interface: document.createElement("frame") must inherit property "marginWidth" with the proper type (9)]
expected: FAIL
[HTMLDirectoryElement interface: existence and properties of interface object]
expected: FAIL
[HTMLDirectoryElement interface: attribute compact]
expected: FAIL
[HTMLDirectoryElement interface: document.createElement("dir") must inherit property "compact" with the proper type (0)]
expected: FAIL
[HTMLFontElement interface: existence and properties of interface object]
expected: FAIL
[Window interface: window must inherit property "close" with the proper type (13)]
expected: FAIL

View file

@ -3,9 +3,6 @@
[Window interface: attribute localStorage]
expected: FAIL
[StorageEvent interface: existence and properties of interface object]
expected: FAIL
[Window interface: attribute sessionStorage]
expected: FAIL

View file

@ -1,8 +1,5 @@
[interfaces.worker]
type: testharness
[WorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[WorkerGlobalScope interface: operation close()]
expected: FAIL
@ -18,9 +15,6 @@
[WorkerGlobalScope interface: attribute ononline]
expected: FAIL
[DedicatedWorkerGlobalScope interface: existence and properties of interface object]
expected: FAIL
[DedicatedWorkerGlobalScope interface: operation postMessage(any,[object Object\])]
expected: FAIL