iska
|
2c9f68e2ea
|
Add Node methods to prepend nodes
|
2015-05-02 21:08:21 +02:00 |
|
iska
|
40baea8ece
|
Move tests for Mutation Algorithms into separate class
|
2015-04-27 19:43:43 +02:00 |
|
iska
|
a2c6f22495
|
Add comments for insertion and replacement tests
|
2015-04-25 22:31:47 +02:00 |
|
iska
|
b2f1864c80
|
Add tests for validating the replacing child node within a Document
|
2015-04-25 22:31:12 +02:00 |
|
iska
|
bc6bbf1d63
|
Add tests for validation for inserting an Element & Document Type into a Document
|
2015-04-25 15:27:25 +02:00 |
|
iska
|
71aed89574
|
Fix validation for inserting a Document Fragment into a Document
|
2015-04-25 15:13:43 +02:00 |
|
iska
|
3ddfa15b15
|
Add tests to validate the insertions of nodes into a given parent
These tests check the implementation of the Mutation Algorithms of the DOM Standard
https://dom.spec.whatwg.org/#mutation-algorithms
|
2015-04-25 13:20:15 +02:00 |
|
iska
|
1bc896efc9
|
Add tests for HTML Node methods
Todo: Tests for negative cases, e.g. invalid manipulations that lead to hierarchy or not found errors.
|
2015-04-23 00:43:06 +02:00 |
|