提交 f4e9747a 编写于 作者: Y yancend

test

上级 464f0ffb
......@@ -395,7 +395,7 @@ test('表格名称中backspace键', function () {
ua.keydown(editor.body, {'keyCode': 8});
stop();
setTimeout(function () {
editor = te.obj[0];
// editor = te.obj[0];
equal(editor.body.getElementsByTagName('caption').length, 0, '删除caption');
equal(editor.body.getElementsByTagName('table').length, 1, '不会增加表格数量');
equal(editor.body.getElementsByTagName('tr').length, 3, '不会增加表格行数量');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册