(domElement)
| 7676 | updateProperties(domElement, updatePayload, type, oldProps, newProps); |
| 7677 | } |
| 7678 | function resetTextContent(domElement) { |
| 7679 | setTextContent(domElement, ''); |
| 7680 | } |
| 7681 | function commitTextUpdate(textInstance, oldText, newText) { |
| 7682 | textInstance.nodeValue = newText; |
| 7683 | } |
no test coverage detected