commit-queue@webkit.org | 713aea4 | 2011-04-29 00:10:34 +0000 | [diff] [blame] | 1 | document.designMode inherits from parent documents. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
commit-queue@webkit.org | 713aea4 | 2011-04-29 00:10:34 +0000 | [diff] [blame] | 6 | PASS successfullyParsed is true |
| 7 | |
| 8 | TEST COMPLETE |
commit-queue@webkit.org | 713aea4 | 2011-04-29 00:10:34 +0000 | [diff] [blame] | 9 | document.designMode = "on" |
| 10 | PASS subDocument.getElementById("div").contentEditable is "inherit" |
| 11 | PASS subDocument.getElementById("div").isContentEditable is true |
| 12 | |