Changeset 6758
- Timestamp:
- 04/22/11 10:11:38 (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
r6734 r6758 216 216 testParser( '<div><b><font><span>A</font></span></b></div><div>X</div>', 217 217 '<div><b><font><span>A</span></font></b></div><div>X</div>' ); 218 }, 219 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 }, 218 } 225 219 226 220 shouldIgnoreAllBut : [],
Note: See TracChangeset
for help on using the changeset viewer.
