.. |
caja_whitelists
|
Add caja_builder for optional cajoled tests.
|
2008-12-12 13:55:28 +01:00 |
fixtures
|
Add unit tests.
|
2009-10-25 00:40:48 +02:00 |
templates
|
Update UnittestJS. Modifiy test template accordingly.
|
2009-08-12 01:25:59 +02:00 |
ajax_test.js
|
Use `Prototype.emptyFunction` consistently throughout unit tests. [#253 state:resolved]
|
2009-03-24 07:59:32 -04:00 |
array_test.js
|
Make sure $A works with primitive values.
|
2009-05-15 22:05:53 -05:00 |
base_test.js
|
`Prototype.Browser.Opera` now uses stronger inference and is determined by [[Class]] of `window.opera` being - "Opera". (kangax)
|
2009-05-15 21:50:32 -05:00 |
class_test.js
|
Ensure `toString` and `valueOf` properties are copied to a subclass only when necessary in IE6. [@382 state:resolved] (Samuel Lebeau)
|
2009-02-27 16:35:05 -06:00 |
date_test.js
|
Reorganized unit tests to match the file structure of the source.
|
2008-12-11 12:06:00 +01:00 |
dom_test.js
|
add unit test for getStyle where passed object does not have style attribute
|
2010-01-15 14:00:07 -05:00 |
element_mixins_test.js
|
refactored unit tests quite a bit. Added JS and CSS fixtures.
|
2008-09-02 18:19:41 -07:00 |
enumerable_test.js
|
Ensure Enumerable#grep can handle strings with RegExp metacharacters. [#257 state:resolved]
|
2008-12-19 18:50:08 -06:00 |
event_test.js
|
Make Event.stopObserving return element in all cases. [#810 state:resolved]
|
2009-10-23 07:49:57 +02:00 |
form_test.js
|
`Form.serialize` now works safely with forms that have "length"-named elements. [#77 state:resolved]
|
2009-03-23 00:15:34 -04:00 |
function_test.js
|
Reorganized unit tests to match the file structure of the source.
|
2008-12-11 12:06:00 +01:00 |
hash_test.js
|
Ensure Hash does not return keys from the prototype chain (e.g., constructor, valueOf, toString).
|
2008-09-07 19:20:38 -07:00 |
number_test.js
|
Add context argument to Number#times
|
2008-09-03 11:45:59 -07:00 |
object_test.js
|
Further fix to ensure Object#is(String|Number) do not throw exceptions on host objects in IE. [#510 state:resolved]
|
2009-01-05 10:49:09 -06:00 |
periodical_executer_test.js
|
Fix a ridiculous yet harmless typo in a previous commit. Add more tests for PeriodicalExecuter.
|
2009-07-22 16:06:17 +02:00 |
position_test.js
|
seperated test files into JS and HTML fixtures. Added Ruby test file builder and test template.
|
2008-04-16 16:51:20 +02:00 |
prototype_test.js
|
Reorganized unit tests to match the file structure of the source.
|
2008-12-11 12:06:00 +01:00 |
range_test.js
|
seperated test files into JS and HTML fixtures. Added Ruby test file builder and test template.
|
2008-04-16 16:51:20 +02:00 |
regexp_test.js
|
Reorganized unit tests to match the file structure of the source.
|
2008-12-11 12:06:00 +01:00 |
selector_engine_test.js
|
Selector API change: replace Prototype.Selector.filter with Prototype.Selector.find, which works like the old Selector.findElement.
|
2009-12-02 15:57:58 -06:00 |
selector_test.js
|
Match each element individually in Selector.findElement since Sizzle.matches does not preserve order
|
2009-10-10 13:24:04 -05:00 |
string_test.js
|
Fix `Template#evaluate` "eating" previous character if `null` was returned from `toTemplateReplacements` function.
|
2009-06-04 23:14:05 -05:00 |
unittest_test.js
|
seperated test files into JS and HTML fixtures. Added Ruby test file builder and test template.
|
2008-04-16 16:51:20 +02:00 |