Index: /CKEditor/tests/dt/core/htmlparser/htmlparser.html
===================================================================
--- /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 6741)
+++ /CKEditor/tests/dt/core/htmlparser/htmlparser.html	(revision 6742)
@@ -81,4 +81,11 @@
 		},
 
+		// Attributes may have the < or > character. (#7513)
+		test_lt_gt_on_attributes : function()
+		{
+			assert.areSame( '<p title="a &lt; b &gt; c" class="test">Sample</p>',
+				 htmlParse( '<p title="a < b > c" class="test">Sample</p>' ));
+		},
+
 		test_6946_1 : function()
 		{
