Open kristianmandrup opened 14 years ago
I just watched Dr. Nics talk on Blue Ridge. He said what was missing was a way to clone the DOM before each test. Couldn't you just use the Javascript DOM method: Node.cloneNode(true) to clone the node and all its children?
I just watched Dr. Nics talk on Blue Ridge. He said what was missing was a way to clone the DOM before each test. Couldn't you just use the Javascript DOM method: Node.cloneNode(true) to clone the node and all its children?