Index: /CKEditor/tests/tt/4548/1.html
===================================================================
--- /CKEditor/tests/tt/4548/1.html	(revision 4386)
+++ /CKEditor/tests/tt/4548/1.html	(revision 4387)
@@ -18,5 +18,8 @@
 	}
 
-	var ts, tc, assert = CKEDITOR.test.assert, doc = CKEDITOR.document;
+	var ts, tc,
+			assert = CKEDITOR.test.assert,
+			selector = YAHOO.util.Selector,
+			doc = CKEDITOR.document;
 	YAHOO.tool.TestRunner.add( ts = new CKEDITOR.test.suites.editorTestSuite(
 		{
@@ -44,4 +47,5 @@
 					{
 						assert.areEqual( getTextAreaValue( 'editor_data_output' ), editor.getData(), 'editor output data doesn\'t match.' );
+						assert.areEqual( 2, selector.query( 'img.cke_comment', editor.document.$ ).length, 'There should be two image placeholders.' );
 					} );
 				} );
@@ -64,5 +68,6 @@
 	paragraph1</p>
 <!--break-->
-<p><!--html comment-->paragraph2</p>
+<p>
+	<!--html comment-->paragraph2</p>
 <!-- comment should not be faked --></textarea>
 </body>
