1 This test verifies that we are able to successfully delete the first and the last characters of a contenteditable div with display: table.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById('tableDiv').textContent is "BCD"
7 PASS document.getElementById('tableDiv').textContent is "ABC"
8 PASS successfullyParsed is true