diff --git a/html/canvas/element/manual/imagebitmap/META.yml b/html/canvas/element/manual/imagebitmap/META.yml
index 3c7ab15cf..abdce7d1c 100644
--- a/html/canvas/element/manual/imagebitmap/META.yml
+++ b/html/canvas/element/manual/imagebitmap/META.yml
@@ -347,3 +347,12 @@ links:
results:
- test: imageBitmapRendering-transferFromImageBitmap-webgl.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1734822
+- product: firefox
+ results:
+ - subtest: 'createImageBitmap from a bitmap HTMLImageElement, and drawImage on the
+ created ImageBitmap with colorSpaceConversion: none'
+ test: createImageBitmap-colorSpaceConversion.html
+ - subtest: 'createImageBitmap from a Blob, and drawImage on the created ImageBitmap
+ with colorSpaceConversion: none'
+ test: createImageBitmap-colorSpaceConversion.html
+ url: https://bugzilla.mozilla.org/show_bug.cgi?id=1748868