提交 d39af4c4 编写于 作者: L luqiong

[test]整理用例

上级 db0baa8e
...@@ -251,7 +251,7 @@ test('trace 3059 表格右浮动',function(){ ...@@ -251,7 +251,7 @@ test('trace 3059 表格右浮动',function(){
editor.execCommand( 'inserttable'); editor.execCommand( 'inserttable');
ua.manualDeleteFillData( editor.body ); ua.manualDeleteFillData( editor.body );
var tds = te.obj[0].body.getElementsByTagName('td'); var tds = te.obj[0].body.getElementsByTagName('td');
ua.dblclick(tds[0],{clientX:80,clientY:100}); ua.dblclick(tds[0],{clientX:199,clientY:100});
stop(); stop();
setTimeout(function(){ setTimeout(function(){
tds = editor.body.firstChild.getElementsByTagName( 'td' ); tds = editor.body.firstChild.getElementsByTagName( 'td' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册