Changeset 6729
- Timestamp:
- 04/20/11 18:07:20 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/dt/core/htmlparser/fragment.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/dt/core/htmlparser/fragment.html
r6650 r6729 218 218 }, 219 219 220 shouldIgnoreAllBut : [], 220 // Test malformed attribution quotation doesn't crash parser. 221 test_ticket_7513 : function() 222 { 223 testParser( '<span style="" class"="">text</span>', '<p><span style="" >text</span></p>' ); 224 }, 225 226 shouldIgnoreAllBut : [ 'test_ticket_7513'], 221 227 name : document.title 222 228 };
Note: See TracChangeset
for help on using the changeset viewer.
