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
重现代码 | Code example:
// @TODO: margin auto alignment should not take effect on position absolute element.xit('replaced-width-004',async()=>{letp;letdiv1;p=createElement('p',{xmlns: 'http://www.w3.org/1999/xhtml',style: {'box-sizing': 'border-box',},},[createText(`Test passes if a filled blue square is in the `),createElement('strong',{style: {'box-sizing': 'border-box',},},[createText(`upper-right corner`)]),createText(` of an hollow black square and if there is `),createElement('strong',{style: {'box-sizing': 'border-box',},},[createText(`no red`)]),createText(`.`),]);div1=createElement('div',{xmlns: 'http://www.w3.org/1999/xhtml',id: 'div1',style: {border: '1px solid black',direction: 'ltr',height: '200px',position: 'relative',width: '200px','box-sizing': 'border-box',},},[createElement('div',{style: {background: 'red',color: 'blue',font: 'NaNpx NaNpx',left: '100px','margin-left': 'auto','margin-right': 'auto',position: 'absolute',right: '100px',width: '100px','box-sizing': 'border-box',},},[createText(`X`)]),]);BODY.appendChild(p);BODY.appendChild(div1);awaitsnapshot();});
预期结果 | Expected results:
实际结果 | Actual results:
The text was updated successfully, but these errors were encountered:
使用的 Kraken 版本 | What version of kraken are you using
main
重现代码 | Code example:
预期结果 | Expected results:
实际结果 | Actual results:
The text was updated successfully, but these errors were encountered: