googlearchive / caja

Caja is a tool for safely embedding third party HTML, CSS and JavaScript in your website.
Apache License 2.0
1.13k stars 113 forks source link

test-domado-dom-guest fails on Firefox 44.0.2 #1996

Open kpreid opened 8 years ago

kpreid commented 8 years ago

New in Firefox 44.0.2. Did not fail in 43.0.

Cause as far as I've traced is "TypeError: can't convert symbol to string" when stringifying tame document.body.childNodes for sampleObjects.

There's some funny behavior involved; in the debugger, record.sample.toString() returns a value but '' + record.sample does not.