Example: ```js fillIn(contentEditableElement, '<div>foo</div>'); ``` The text gets parsed as html though I'd expect it to be treated as text. Should `fillIn` set `textContent` instead of `innerHTML`? https://github.com/emberjs/ember-test-helpers/blob/0505fdf8d581ebe78a1078db711b06cfc65e321c/addon/src/dom/fill-in.ts#L76