In this repository I play around with contenteditable to see what is the minimal set of changes on top of the browser behavior needed to not make it like complete and utter trash. As a bonus, ...
assert_equals(testElement.contentEditable,"true", "check for testElement.contentEditable value"); assert_false(testElement.isContentEditable, "check for testElement ...