Changeset 4342
- Timestamp:
- 10/12/09 15:54:11 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/dt/core/htmlparser/htmlparser.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/dt/core/htmlparser/htmlparser.html
r4323 r4342 58 58 }, 59 59 60 // Attribute name may contains Hypen and Dash.(#4351) 61 test_fromHtml_hypen_in_attribute_name : function() 60 // Attribute name may contains hypen and dot.(#4351) 61 // Ref: http://www.w3.org/TR/xml/#NT-Name 62 test_fromHtml_attribute_name : function() 62 63 { 63 64 assert.areSame( getTextAreaValue( 'htmlOriginal3' ), … … 96 97 97 98 <textarea id="htmlResult2"><p>para graph</p><b>compress spaces</b></textarea> 98 <textarea id="htmlOriginal3"><p attr-name="value" attr_name="value" >text</p></textarea>99 <textarea id="htmlOriginal3"><p attr-name="value" attr_name="value" attr.name="value" attr:name="value">text</p></textarea> 99 100 </body> 100 101 </html>
Note: See TracChangeset
for help on using the changeset viewer.
