c681031851179e6cad09124cdb0be6bb92224d92
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / HTMLElement / attr-false-string-expected.txt
1 When contentEditable attribute is "false" string, element.contentEditable returns "false" and the element is NOT editable.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.getElementById("div").getAttribute("contentEditable") is "false"
7 PASS document.getElementById("div").contentEditable is "false"
8 PASS document.getElementById("div").isContentEditable is false
9 PASS window.getComputedStyle(div, "").getPropertyValue("-webkit-user-modify") is "read-only"
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13