blob: c681031851179e6cad09124cdb0be6bb92224d92 [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