| OLD | NEW |
| (Empty) |
| 1 Tests that user can mutate DOM by means of elements panel. | |
| 2 | |
| 3 Anchor | |
| 4 Original textContent | |
| 5 <a href="data:text/plain;,1234567890…23456789012345678901234567890" id="ins
pected">Anchor</a> | |
| 6 textContent when editing 'href' | |
| 7 <a href="data:text/plain;,123456789012345678901234567890123456789012345678901234
56789012345678901234567890/12345678901234567890123456789012345678901234567890123
4567890" id="inspected">Anchor</a> | |
| 8 textContent after moving to 'id' | |
| 9 <a href="data:text/plain;,1234567890…23456789012345678901234567890" id="insp
ected">Anchor</a> | |
| 10 textContent after canceling the edit (equal to the original one) | |
| 11 <a href="data:text/plain;,1234567890…23456789012345678901234567890" id="ins
pected">Anchor</a> | |
| 12 | |
| OLD | NEW |