| OLD | NEW |
| 1 Tests that DOM modifications done in the Elements panel are undoable. | 1 Tests that DOM modifications done in the Elements panel are undoable. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetUp | 4 Running: testSetUp |
| 5 Setting up | 5 Setting up |
| 6 | 6 |
| 7 Running: testRemove | 7 Running: testRemove |
| 8 Initial: | 8 Initial: |
| 9 - <div id="testRemove"> | 9 - <div id="testRemove"> |
| 10 <div id="node-to-remove"></div> | 10 <div id="node-to-remove"></div> |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 <span>Second node</span> | 91 <span>Second node</span> |
| 92 </div> | 92 </div> |
| 93 == Expanded: == | 93 == Expanded: == |
| 94 - <div id="testEditAsHTML"> | 94 - <div id="testEditAsHTML"> |
| 95 - <div id="node-to-edit-as-html"> | 95 - <div id="node-to-edit-as-html"> |
| 96 <div id="span2">Text2</div> | 96 <div id="span2">Text2</div> |
| 97 </div> | 97 </div> |
| 98 <span>Second node</span> | 98 <span>Second node</span> |
| 99 </div> | 99 </div> |
| 100 | 100 |
| OLD | NEW |