Changeset 6728
- Timestamp:
- 05/12/07 19:12:04 (1 year ago)
- Files:
-
- spinoffs/prototype/trunk/test/unit/dom.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/trunk/test/unit/dom.html
r6725 r6728 436 436 $('element-insertions-main').insert('some more text at the bottom'); 437 437 assert(getInnerHTML('element-insertions-main').endsWith('some more text at the bottom')); 438 439 $('element-insertions-main').insert('some text uppercase top', 'TOP'); 440 assert(getInnerHTML('element-insertions-main').startsWith('some text uppercase top')); 438 441 }}, 439 442