11433de91f786d73991b3d1eb55cb2748bf21dad
[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
7
8
9 PASS document.getElementById("div").getAttribute("contentEditable") is "false"
10 PASS document.getElementById("div").contentEditable is "false"
11 PASS document.getElementById("div").isContentEditable is false
12 PASS window.getComputedStyle(div, "").getPropertyValue("-webkit-user-modify") is "read-only"
13
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
18
19
20