Undo/Redo preserves allowHtml: false
open /jquery-handsontable/index.html
pause 100
waitForElementPresent //div[@id="example4grid"]//tbody/tr[2]/td[5]
runScript $('#example4grid').handsontable("loadData", [ ["1", "100", "x", "-", "<b>Should not be bold</b>"], ["2", "20", "y", "-", "<b>Should not be bold</b>"], ], false);
verifyText //div[@id="example4grid"]//tbody/tr[2]/td[5] <b>Should not be bold</b>
mouseDown //div[@id="example4grid"]//tbody/tr[2]/td[5]
mouseUp //div[@id="example4grid"]//tbody/tr[2]/td[5]
keyDown //div[@id="example4grid"]//*[@class="handsontableInput"][1] \46
keyUp //div[@id="example4grid"]//*[@class="handsontableInput"][1] \46
pause 100
verifyText //div[@id="example4grid"]//tbody/tr[2]/td[5]
pause 100
controlKeyDown
keyDown //div[@id="example4grid"]//*[@class="handsontableInput"][1] \90
keyUp //div[@id="example4grid"]//*[@class="handsontableInput"][1] \90
controlKeyUp
pause 100
verifyText //div[@id="example4grid"]//tbody/tr[2]/td[5] <b>Should not be bold</b>