blob: 3d97ca87308db41a774c8c76210c3ff77918fe9d [file] [log] [blame]
When contentEditable attribute is "false" string, element.contentEditable returns "false" and the element is NOT editable.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById("div").getAttribute("contentEditable") is "false"
PASS document.getElementById("div").contentEditable is "false"
PASS document.getElementById("div").isContentEditable is false
PASS window.getComputedStyle(div, "").getPropertyValue("-webkit-user-modify") is "read-only"
PASS successfullyParsed is true
TEST COMPLETE