Skip to content

Commit c363cc0

Browse files
authored
Fix tests for SVGImageElement (#2349)
1 parent 7227684 commit c363cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5582,7 +5582,7 @@ api:
55825582
- image-black
55835583
__base: |-
55845584
var instance = document.createElementNS('http://www.w3.org/2000/svg', 'image');
5585-
svgimg.href.baseVal = document.getElementById("resource-image-black").src; // Set a source for the image, required for certain tests
5585+
instance.href.baseVal = document.getElementById("resource-image-black").src; // Set a source for the image, required for certain tests
55865586
__test: return bcd.testObjectName(instance, 'SVGImageElement');
55875587
SVGLength:
55885588
__base: |-

0 commit comments

Comments
 (0)