mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add support of the ImageBitmapRenderingContext as "bitmaprenderer" canvas context mode to RenderingContext/OffscreenRenderingContext https://html.spec.whatwg.org/multipage/#imagebitmaprenderingcontext It is initial implementation with public interface API but without any display presentation support for HTMLCanvasElement. Testing: Improvements in the following tests: - html/canvas/element/manual/imagebitmap/createImageBitmap-origin.sub.html - html/canvas/offscreen/manual/text/canvas.2d.offscreen* - html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.nocrash.html - imagebitmap-renderingcontext/* Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
154 lines
5.9 KiB
INI
Vendored
154 lines
5.9 KiB
INI
Vendored
[idlharness.any.worker.html]
|
|
[Path2D interface: operation roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional (unrestricted double or DOMPointInit or sequence<(unrestricted double or DOMPointInit)>))]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: attribute oncontextlost]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvas interface: attribute oncontextrestored]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isContextLost()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingQuality]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation createConicGradient(double, double, double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute filter]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, optional unrestricted double)]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute letterSpacing]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute fontKerning]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute fontStretch]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute fontVariantCaps]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute textRendering]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute wordSpacing]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional (unrestricted double or DOMPointInit or sequence<(unrestricted double or DOMPointInit)>))]
|
|
expected: FAIL
|
|
|
|
[History interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: attribute onlanguagechange]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: attribute onoffline]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: attribute ononline]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: attribute onrejectionhandled]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: attribute onunhandledrejection]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: attribute crossOriginIsolated]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: operation reportError(any)]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Object.setPrototypeOf should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via __proto__ should throw a TypeError]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: internal [[SetPrototypeOf\]\] method of interface prototype object - setting to a new value via Reflect.setPrototypeOf should return false]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: operation requestAnimationFrame(FrameRequestCallback)]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: operation cancelAnimationFrame(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: attribute onmessageerror]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: self must inherit property "name" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: self must inherit property "requestAnimationFrame(FrameRequestCallback)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: calling requestAnimationFrame(FrameRequestCallback) on self with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: self must inherit property "cancelAnimationFrame(unsigned long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: calling cancelAnimationFrame(unsigned long) on self with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessageerror" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "onoffline" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "ononline" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "onrejectionhandled" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "onunhandledrejection" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "crossOriginIsolated" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "reportError(any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: calling reportError(any) on self with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[WorkerNavigator interface: member taintEnabled]
|
|
expected: FAIL
|
|
|
|
[WorkerNavigator interface: self.navigator must not have property "taintEnabled"]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
|
|
expected: FAIL
|
|
|
|
[OffscreenCanvasRenderingContext2D interface: attribute lang]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.shadowrealm-in-window.html]
|
|
expected: ERROR
|