mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Mostly it's just reusing/copy&edit fillText stuff. Testing: Existing WPT tests Fixes: #29973 Try run: https://github.com/sagudev/servo/actions/runs/17511337550 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
151 lines
5.7 KiB
INI
Vendored
151 lines
5.7 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: 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
|