One test relied on reading the innerHTML attribute of an SVGElement object; this worked in the browser, but not when run with `rake jasmine:ci`. I've changed the test to use the `textContent` attribute instead, which works in both places.