Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / display-table-expected.txt
blob0d89f6d8b92ec2759e05638ba56f3ebfaa185973
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
10 TEST COMPLETE