Changeset 7639
- Timestamp:
- 03/08/08 00:00:31 (9 months ago)
- Files:
-
- 1 modified
-
lang/javascript/jsenumerator/trunk/test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/jsenumerator/trunk/test.js
r7638 r7639 168 168 })(1, 2, 3); 169 169 170 expect("nodelist", [" [object HTMLHtmlElement]"], E(document.getElementsByTagName("html")).imap(function (i) {171 return String(i);170 expect("nodelist", ["HTML"], E(document.getElementsByTagName("html")).imap(function (i) { 171 return i.tagName.toUpperCase(); 172 172 }).take(1)); 173 173
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)