blob: 0d89f6d8b92ec2759e05638ba56f3ebfaa185973 [file] [log] [blame]
This test verifies that we are able to successfully delete the first and the last characters of a contenteditable div with display: table.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById('tableDiv').textContent is "BCD"
PASS document.getElementById('tableDiv').textContent is "ABC"
PASS successfullyParsed is true
TEST COMPLETE