Skip to content

Commit b95a6b5

Browse files
committed
augment test
1 parent 5c80179 commit b95a6b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unittests/files/css-style.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ const foo = { width: "10px" } as CSSStyleDeclaration;
55
foo.height = "20px";
66

77
document.body.style.width = "10px";
8+
9+
const bar: CSSStyleDeclaration = document.body.style;

0 commit comments

Comments
 (0)