tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / dom / HTMLElement / set-true-expected.txt
1 When contentEditable is set to "true" string from "false" or inherit, element.contentEditable returns "true" and the element is editable.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.getElementById("div1").getAttribute("contentEditable") is "true"
7 PASS document.getElementById("div1").contentEditable is "true"
8 PASS document.getElementById("div1").isContentEditable is true
9 FIXME: setContentEditable with true/false/inherit string is not working properly. https://bugs.webkit.org/show_bug.cgi?id=52058
10 PASS window.getComputedStyle(div1, "").getPropertyValue("-webkit-user-modify") is "read-write"
11 PASS document.getElementById("p2").getAttribute("contentEditable") is "true"
12 PASS document.getElementById("p2").contentEditable is "true"
13 PASS document.getElementById("p2").isContentEditable is true
14 PASS window.getComputedStyle(p2, "").getPropertyValue("-webkit-user-modify") is "read-write"
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18