Commit Graph

7 Commits

Author SHA1 Message Date
Cheng Lou 5dabba999b add missing 'use strict' to getTestDocument 2014-02-03 12:52:46 -08:00
Pete Hunt 70a0746e9f Fix react tests 2014-01-06 18:35:54 -08:00
Thomas Aylott 916ee6b394 jsx & JSDOM support 2013-11-27 17:04:40 -05:00
Thomas Aylott f4753030a2 IE support 2013-11-25 16:02:01 -05:00
Thomas Aylott 3bfb687de3 remove warning comment about `createHTMLDocument` 2013-11-25 15:08:00 -05:00
Thomas Aylott eebad16636 Use an iframe to create a testDocument…
instead of `createHTMLDocument` since it isn't fully support by the browsers we care about.

fixes #606
fixes #454
2013-11-25 15:05:35 -05:00
Pete Hunt c8886a0424 Make mounting on the root of the page work correctly
This was apparently only partially supported. We had issues initially mounting if there was no HTML present and
also had issues if we had to update HTML that was already there. This diff fixes all of these cases and has
tests to prove it. NOTE: I removed a test that was actually erroneous. My bad.
2013-09-05 13:50:18 -07:00