mediawiki-extensions-Visual.../tests/es
2011-11-10 19:26:02 +00:00
..
es.DocumentModel.test.js Rewrite the remove() function in es.DocumentModel.operations such that the tests added in r102564 pass now 2011-11-10 15:50:59 +00:00
es.DocumentModelBranchNode.test.js Moved es.DocumentModelBranchNode tests to their own file 2011-11-04 21:16:20 +00:00
es.DocumentNode.test.js Add globalRange property to the output of selectNodes(), which translates the range property to be relative to the root rather than to the node. Update tests for this, and fix the test case numbering for selectNodes 2011-11-10 13:15:55 +00:00
es.test.js Moved es tests to their own folder 2011-11-04 17:47:09 +00:00
es.testData.js Updated tests and test data to support listItem nodes being branches instead of leafs 2011-11-09 23:39:47 +00:00
index.html Added es.DocumentLeafNode, which like es.DocumentBranchNode is a mixin-like class (we may want to switch to using a more natural composition mechanism than es.extendClass in the future) - now es.DocumentNode also has an abstract method called hasChildren which returns a boolean and can indicate if a node is a leaf or a branch. 2011-11-10 19:26:02 +00:00