servo/tests/wpt/metadata/html/dom/interfaces.worker.js.ini

263 lines
8.5 KiB
INI

[interfaces.worker.html]
type: testharness
[Path2D interface: existence and properties of interface object]
expected: FAIL
[Path2D interface object length]
expected: FAIL
[Path2D interface object name]
expected: FAIL
[Path2D interface: existence and properties of interface prototype object]
expected: FAIL
[Path2D interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Path2D interface: operation addPath(Path2D,DOMMatrixInit)]
expected: FAIL
[Path2D interface: operation closePath()]
expected: FAIL
[Path2D interface: operation moveTo(unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation lineTo(unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation quadraticCurveTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation bezierCurveTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation arcTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation arcTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation rect(unrestricted double,unrestricted double,unrestricted double,unrestricted double)]
expected: FAIL
[Path2D interface: operation arc(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,boolean)]
expected: FAIL
[Path2D interface: operation ellipse(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,boolean)]
expected: FAIL
[History interface: existence and properties of interface object]
expected: FAIL
[ImageBitmap interface: existence and properties of interface object]
expected: FAIL
[ImageBitmap interface object length]
expected: FAIL
[ImageBitmap interface object name]
expected: FAIL
[ImageBitmap interface: existence and properties of interface prototype object]
expected: FAIL
[ImageBitmap interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ImageBitmap interface: attribute width]
expected: FAIL
[ImageBitmap interface: attribute height]
expected: FAIL
[MessageEvent interface: attribute source]
expected: FAIL
[MessageEvent interface: attribute ports]
expected: FAIL
[MessageEvent interface: operation initMessageEvent(DOMString,boolean,boolean,any,DOMString,DOMString,[object Object\],[object Object\],[object Object\])]
expected: FAIL
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type (3)]
expected: FAIL
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "ports" with the proper type (4)]
expected: FAIL
[MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "initMessageEvent" with the proper type (5)]
expected: FAIL
[MessageEvent interface: calling initMessageEvent(DOMString,boolean,boolean,any,DOMString,DOMString,[object Object\],[object Object\],[object Object\]) on new MessageEvent("message", { data: 5 }) with too few arguments must throw TypeError]
expected: FAIL
[WebSocket interface: attribute extensions]
expected: FAIL
[WebSocket interface: new WebSocket("ws://foo") must inherit property "extensions" with the proper type (10)]
expected: FAIL
[MessageChannel interface: existence and properties of interface object]
expected: FAIL
[MessageChannel interface object length]
expected: FAIL
[MessageChannel interface object name]
expected: FAIL
[MessageChannel interface: existence and properties of interface prototype object]
expected: FAIL
[MessageChannel interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MessageChannel interface: attribute port1]
expected: FAIL
[MessageChannel interface: attribute port2]
expected: FAIL
[MessagePort interface: existence and properties of interface object]
expected: FAIL
[MessagePort interface object length]
expected: FAIL
[MessagePort interface object name]
expected: FAIL
[MessagePort interface: existence and properties of interface prototype object]
expected: FAIL
[MessagePort interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[MessagePort interface: operation postMessage(any,[object Object\])]
expected: FAIL
[MessagePort interface: operation start()]
expected: FAIL
[MessagePort interface: operation close()]
expected: FAIL
[MessagePort interface: attribute onmessage]
expected: FAIL
[BroadcastChannel interface: existence and properties of interface object]
expected: FAIL
[BroadcastChannel interface object length]
expected: FAIL
[BroadcastChannel interface object name]
expected: FAIL
[BroadcastChannel interface: existence and properties of interface prototype object]
expected: FAIL
[BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[BroadcastChannel interface: attribute name]
expected: FAIL
[BroadcastChannel interface: operation postMessage(any)]
expected: FAIL
[BroadcastChannel interface: operation close()]
expected: FAIL
[BroadcastChannel interface: attribute onmessage]
expected: FAIL
[WorkerGlobalScope interface: attribute onlanguagechange]
expected: FAIL
[WorkerGlobalScope interface: attribute onoffline]
expected: FAIL
[WorkerGlobalScope interface: attribute ononline]
expected: FAIL
[WorkerGlobalScope interface: attribute origin]
expected: FAIL
[WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource,ImageBitmapOptions)]
expected: FAIL
[WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource,long,long,long,long,ImageBitmapOptions)]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (5)]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "onoffline" with the proper type (6)]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "ononline" with the proper type (7)]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "origin" with the proper type (8)]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "createImageBitmap" with the proper type (15)]
expected: FAIL
[WorkerGlobalScope interface: calling createImageBitmap(ImageBitmapSource,ImageBitmapOptions) on self with too few arguments must throw TypeError]
expected: FAIL
[WorkerGlobalScope interface: self must inherit property "createImageBitmap" with the proper type (16)]
expected: FAIL
[WorkerGlobalScope interface: calling createImageBitmap(ImageBitmapSource,long,long,long,long,ImageBitmapOptions) on self with too few arguments must throw TypeError]
expected: FAIL
[SharedWorker interface: existence and properties of interface object]
expected: FAIL
[SharedWorker interface object length]
expected: FAIL
[SharedWorker interface object name]
expected: FAIL
[SharedWorker interface: existence and properties of interface prototype object]
expected: FAIL
[SharedWorker interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[SharedWorker interface: attribute port]
expected: FAIL
[SharedWorker interface: attribute onerror]
expected: FAIL
[WorkerNavigator interface: attribute languages]
expected: FAIL
[WorkerNavigator interface: attribute onLine]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type (10)]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type (11)]
expected: FAIL
[WorkerLocation interface: attribute origin]
expected: FAIL
[Test driver]
expected: FAIL
[Untitled]
expected: FAIL
[interfaces]
expected: FAIL