| OLD | NEW |
| 1 document.designMode inherits from parent documents. | 1 document.designMode should not inherit 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 | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 document.designMode = "on" | 9 document.designMode = "on" |
| 10 PASS subDocument.designMode is "off" |
| 10 PASS subDocument.getElementById("div").contentEditable is "inherit" | 11 PASS subDocument.getElementById("div").contentEditable is "inherit" |
| 11 PASS subDocument.getElementById("div").isContentEditable is true | 12 PASS subDocument.getElementById("div").isContentEditable is false |
| 12 | 13 |
| OLD | NEW |