Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: LayoutTests/editing/execCommand/insertImage-src.html

Issue 751553005: Sync execCommand() and queryCommand*() IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">');

Powered by Google App Engine
This is Rietveld 408576698