提交 74c7eecf 编写于 作者: D dhc-123

test window

Signed-off-by: Ndhc-123 <duanhaochen2@huawei.com>
上级 15e1a80e
...@@ -248,10 +248,10 @@ describe('window_test', function(){ ...@@ -248,10 +248,10 @@ describe('window_test', function(){
window.getTopwindow().then(wnd => { window.getTopwindow().then(wnd => {
console.log('jsunittest moveTest6 getTopwindow wnd: ' + wnd) console.log('jsunittest moveTest6 getTopwindow wnd: ' + wnd)
wnd.moveTo(-200, 200).then(()=>{ wnd.moveTo(-200, 200).then(()=>{
console.log('jsunittest setWindowTypeTest17 wnd.moveTo(-200, 300) success') console.log('jsunittest moveTest6 wnd.moveTo(-200, 300) success')
}) })
wnd.moveTo(200, -300).then(()=>{ wnd.moveTo(200, -300).then(()=>{
console.log('jsunittest setWindowTypeTest17 wnd.moveTo(200, -300) success') console.log('jsunittest moveTest6 wnd.moveTo(200, -300) success')
}) })
}) })
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册