Index: /CKEditor/tests/dt/core/htmlparser/htmlparser.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 4341)
+++ /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 4342)
@@ -58,6 +58,7 @@
 		},
 
-		// Attribute name may contains Hypen and Dash.(#4351)
-		test_fromHtml_hypen_in_attribute_name : function()
+		// Attribute name may contains hypen and dot.(#4351)
+		// Ref: http://www.w3.org/TR/xml/#NT-Name
+		test_fromHtml_attribute_name : function()
 		{
 			assert.areSame( getTextAreaValue( 'htmlOriginal3' ),
@@ -96,5 +97,5 @@
 
 <textarea id="htmlResult2"><p>para graph</p><b>compress spaces</b></textarea>
-<textarea id="htmlOriginal3"><p attr-name="value" attr_name="value">text</p></textarea>
+<textarea id="htmlOriginal3"><p attr-name="value" attr_name="value" attr.name="value" attr:name="value">text</p></textarea>
 </body>
 </html>
