You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用的 Kraken 版本 | What version of kraken are you using
main
重现步骤 | Steps To Reproduce
重现代码 | Code example:
fit('scroll works with overflowY set to auto and overflowX not set',async(done)=>{letdiv;div=createElement('div',{style: {width: '200px',height: '200px',overflowY: 'auto',},},[createElement('div',{style: {width: '200px',height: '200px',backgroundColor: 'green',},}),createElement('div',{style: {width: '200px',height: '200px',backgroundColor: 'yellow',},}),],);BODY.appendChild(div);awaitsnapshot();awaitsimulateSwipe(50,100,50,20,0.1);setTimeout(async()=>{awaitsnapshot();done();},200);});
预期结果 | Expected results:
实际结果 | Actual results:
The text was updated successfully, but these errors were encountered:
使用的 Kraken 版本 | What version of kraken are you using
main
重现步骤 | Steps To Reproduce
重现代码 | Code example:
预期结果 | Expected results:
实际结果 | Actual results:
The text was updated successfully, but these errors were encountered: