tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / dom / HTMLElement / set-inherit-parent-false-expected.txt
1 When contentEditable is set to "inherit", the attribute must be removed and element.contentEditable should return "inherit".
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.getElementById("p").hasAttribute("contentEditable") is false
7 PASS document.getElementById("p").contentEditable is "inherit"
8 PASS document.getElementById("p").isContentEditable is false
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(p, "").getPropertyValue("-webkit-user-modify") is "read-only"
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14