Index: /CKEditor/tests/dt/core/htmlparser/fragment.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6728)
+++ /CKEditor/tests/dt/core/htmlparser/fragment.html	(revision 6729)
@@ -218,5 +218,11 @@
 		},
 
-		shouldIgnoreAllBut : [],
+		// Test malformed attribution quotation doesn't crash parser.
+		test_ticket_7513 : function()
+		{
+			testParser(	'<span style="" class"="">text</span>', '<p><span style="" >text</span></p>' );
+		},
+
+		shouldIgnoreAllBut : [ 'test_ticket_7513'],
 		name : document.title
 	};
