servo/tests/wpt/meta/html/semantics/embedded-content
Andrei Volykhin 644138c1da
canvas: Add HTMLVideoElement to CanvasImageSource union type (#37135)
Follow to the specification and add HTMLVideoElement to
CanvasImageSource union type
to allow use it as image source for createPattern/drawImage operations.
https://html.spec.whatwg.org/multipage/#canvasimagesource

https://html.spec.whatwg.org/multipage/#dom-context-2d-createpattern
https://html.spec.whatwg.org/multipage/#dom-context-2d-drawimage

The HTMLVideoElement media resource has an associated origin:
- media provider object (MediaStream/MediaSource/Blob): CORS-same-origin
 - URL record: CORS-cross-origin/CORS-same-origin

https://html.spec.whatwg.org/multipage/media.html#media-resource

Testing:
 - html/canvas/element/*
 - html/semantics/embedded-content/the-canvas-element/*

Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
2025-05-28 12:04:01 +00:00
..
bfcache Rename metadata directories 2023-06-22 21:15:41 +02:00
image-maps/image-map-processing-model Rename metadata directories 2023-06-22 21:15:41 +02:00
media-elements Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
the-area-element script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482) 2025-02-16 09:54:31 +00:00
the-audio-element Rename metadata directories 2023-06-22 21:15:41 +02:00
the-canvas-element canvas: Add HTMLVideoElement to CanvasImageSource union type (#37135) 2025-05-28 12:04:01 +00:00
the-embed-element Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
the-frame-element Run same tests for layout-2020 and layout-2013 (#30092) 2023-08-15 00:28:32 +00:00
the-iframe-element Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
the-img-element Add support for static SVG images using resvg crate (#36721) 2025-05-27 11:02:40 +00:00
the-object-element Sync WPT with upstream (18-05-2025) (#37040) 2025-05-18 01:43:27 +00:00
the-video-element htmlmediaelement: Make dirty element on any intrinsic size changes (#37056) 2025-05-21 11:18:24 +00:00