Now that all tests have been pulled in and parsed, we can pass them one at a time to make sure the tree constructor algorithms work properly to build a proper DOM tree. This could take a while, but everything should be set up to go through these tests one at at time. I think it should be similar to how we did the tokenizer. As we pass more tests, things should speed up since we'll be implementing more and more of the spec helper functions.
Now that all tests have been pulled in and parsed, we can pass them one at a time to make sure the tree constructor algorithms work properly to build a proper DOM tree. This could take a while, but everything should be set up to go through these tests one at at time. I think it should be similar to how we did the tokenizer. As we pass more tests, things should speed up since we'll be implementing more and more of the spec helper functions.