Store the Node's text rather than the renderer's text.

The renderer may be displaying a placeholder (attribute on HTMLInputElement
and HTMLTextAreaElement), which will be deleted when the field gains
focus, so take the text directly from the node instead.

Fixes http://b/issue?id=2163427
1 file changed