Summary:
using the word "or" in a decision name causes tree to fail in Chrome
Detailed Description:
example:
<decision name="foo">
works fine in all browsers, but
<decision name="foo or bar">
will make this decision not open in Chrome (other decisions from a different
parent will open fine, and other browsers are fine)