Skip to content

Commit

Permalink
chore: [#1147] Adds support for aspect-ratio to CSSStyleDeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Nov 5, 2024
1 parent c495e9b commit 814c7c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ describe('CSSStyleDeclaration', () => {

describe('get aspectRatio()', () => {
it('Returns style property.', () => {
const declaration = new CSSStyleDeclaration(element);
const declaration = new CSSStyleDeclaration(PropertySymbol.illegalConstructor, element);

for (const value of [
'var(--test-variable)',
Expand Down

0 comments on commit 814c7c4

Please sign in to comment.