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
it("should allow changing a single property on a border, when border contains a css variable",()=>{conststyle=newCSSStyleDeclaration();style.border="0.1rem solid var(--my-color-value)";style.borderWidth="0.2rem";assert.strictEqual(style.borderWidth,"0.2rem");assert.strictEqual(style.border,"0.2rem solid var(--my-color-value)");});
It fails on the style.borderWidth = "0.2rem"; line with: