d3/test/selection
Mike Bostock 9c3df31216 Demote JSDOM to development dependency; fix #2190.
Code that previously assumed a global document or window now uses the related
node’s ownerDocument or ownerDocument.defaultView as appropriate.

If no related node is available, the corresponding code will crash; however, the
rest of D3 will work just fine. For example, you can’t use d3.select(string)
unless a global document is available; it just doesn’t make sense. Use
d3.select(node) instead, followed by selection.select(string).

Code that previously checked for a global on the window (e.g., XDomainRequest)
now uses the global context (`this`) rather than the window.
2015-02-06 22:41:51 -08:00
..
append-test.js Demote JSDOM to development dependency; fix #2190. 2015-02-06 22:41:51 -08:00
attr-test.js Use _ to disambiguate local vs. global d3. 2013-03-14 15:14:12 -07:00
call-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
classed-test.js selection.classed: coerce name to string. 2014-06-30 11:42:01 +01:00
data-benchmark.js Simplify benchmark. 2014-10-16 23:22:56 -07:00
data-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
datum-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
each-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
empty-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
enter-test.js Fix #2043: selection.enter.size. 2014-10-03 22:05:25 +01:00
filter-test.js Use _ to disambiguate local vs. global d3. 2013-03-14 15:14:12 -07:00
html-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
insert-test.js Demote JSDOM to development dependency; fix #2190. 2015-02-06 22:41:51 -08:00
interrupt-test.js Fix selection.interrupt. 2014-12-30 09:03:54 -08:00
node-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
on-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
order-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
property-test.js Color interpolators return strings. 2013-07-18 23:08:56 -04:00
remove-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
select-test.js Fix #1220 #1218 re. d3.select and d3.selectAll. 2013-04-30 14:49:33 -07:00
selectAll-test.js Fix #1220 #1218 re. d3.select and d3.selectAll. 2013-04-30 14:49:33 -07:00
selection-select-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
selection-selectAll-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
selection-test.js Select the document element, not the document. 2013-04-30 14:12:02 -07:00
size-test.js Add tests for transition.{size,node}. 2013-06-20 08:52:00 -07:00
sort-test.js Fix #1431 - sort with null nodes. 2013-07-31 11:00:11 -07:00
style-test.js Fix for JSDOM update. 2014-10-09 12:16:04 -07:00
text-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00