OLD | NEW |
1 document.designMode inherits from parent documents. | 1 document.designMode inherits from parent documents. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 document.designMode = "on" | 9 document.designMode = "on" |
7 PASS subDocument.getElementById("div").contentEditable is "inherit" | 10 PASS subDocument.getElementById("div").contentEditable is "inherit" |
8 PASS subDocument.getElementById("div").isContentEditable is true | 11 PASS subDocument.getElementById("div").isContentEditable is true |
9 PASS successfullyParsed is true | |
10 | 12 |
11 TEST COMPLETE | |
12 | |
OLD | NEW |