Index: LayoutTests/editing/execCommand/insertImage-src.html |
diff --git a/LayoutTests/editing/execCommand/insertImage-src.html b/LayoutTests/editing/execCommand/insertImage-src.html |
index c733e95870126ef570c2a34ebf033afad18dd6d0..dd0e61af0c1ec953493fbdd1256829aded835c46 100644 |
--- a/LayoutTests/editing/execCommand/insertImage-src.html |
+++ b/LayoutTests/editing/execCommand/insertImage-src.html |
@@ -20,7 +20,7 @@ function insertImageTest(value, innerHTML) { |
}, 'document.execCommand("insertImage", false, ' + value + ')'); |
} |
insertImageTest(undefined, "<img>"); |
-insertImageTest(null, "<img>"); |
+insertImageTest(null, '<img src="null">'); |
insertImageTest("", "<img>"); |
insertImageTest(" ", '<img src=" ">'); |
insertImageTest("image", '<img src="image">'); |