blob: 737c5073607f3f3e9ee23144b941d6f5f6283691 [file] [log] [blame]
When contentEditable attribute is invalid string, element.contentEditable returns "inherit".
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById("d").getAttribute("contentEditable") is "abc"
PASS document.getElementById("d").contentEditable is "inherit"
PASS document.getElementById("d").isContentEditable is false
PASS window.getComputedStyle(d, "").getPropertyValue("-webkit-user-modify") is "read-only"
PASS document.getElementById("d2").getAttribute("contentEditable") is "inherit"
PASS document.getElementById("d2").contentEditable is "inherit"
PASS document.getElementById("d2").isContentEditable is false
PASS window.getComputedStyle(d2, "").getPropertyValue("-webkit-user-modify") is "read-only"
PASS successfullyParsed is true
TEST COMPLETE