diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-01-22 12:08:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 12:08:01 +0100 |
| commit | 8f767627938ef10802864419061e58a8a75db567 (patch) | |
| tree | 81f61ba0f8c14fb820a72500840eb0c619d54362 /tools | |
| parent | b4990d1aa233db662cf22d7f872d45b3a947e0f6 (diff) | |
feat(web): ImageBitmap (#21898)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/core_import_map.json | 2 | ||||
| -rw-r--r-- | tools/wpt/expectation.json | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/core_import_map.json b/tools/core_import_map.json index 8122a2c84..cbae323ed 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -2,6 +2,7 @@ "imports": { "ext:deno_broadcast_channel/01_broadcast_channel.js": "../ext/broadcast_channel/01_broadcast_channel.js", "ext:deno_cache/01_cache.js": "../ext/cache/01_cache.js", + "ext:deno_canvas/01_image.js": "../ext/canvas/01_image.js", "ext:deno_console/01_console.js": "../ext/console/01_console.js", "ext:deno_cron/01_cron.ts": "../ext/cron/01_cron.ts", "ext:deno_crypto/00_crypto.js": "../ext/crypto/00_crypto.js", @@ -222,7 +223,6 @@ "ext:deno_web/13_message_port.js": "../ext/web/13_message_port.js", "ext:deno_web/14_compression.js": "../ext/web/14_compression.js", "ext:deno_web/15_performance.js": "../ext/web/15_performance.js", - "ext:deno_web/16_image_data.js": "../ext/web/16_image_data.js", "ext:deno_webidl/00_webidl.js": "../ext/webidl/00_webidl.js", "ext:deno_websocket/01_websocket.js": "../ext/websocket/01_websocket.js", "ext:deno_websocket/02_websocketstream.js": "../ext/websocket/02_websocketstream.js", diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index f473eef20..97bb65113 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -8250,7 +8250,6 @@ "interface-objects": { "001.worker.html": [ "The SharedWorker interface object should be exposed.", - "The ImageBitmap interface object should be exposed.", "The CanvasGradient interface object should be exposed.", "The CanvasPattern interface object should be exposed.", "The CanvasPath interface object should be exposed.", @@ -10971,4 +10970,4 @@ "eventsource-reconnect.window.html": false, "request-status-error.window.html": false } -}
\ No newline at end of file +} |
