Skip to content

Commit

Permalink
test: #262
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Jan 29, 2023
1 parent 69ce844 commit 7ebd6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/group4/pause-svg/script.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ setTimeout(function() {
o.resume();
setTimeout(function() {
let res = div.getComputedStyle();
input.value += '/' + res.translateX > 0 && res.translateY === 10;
input.value += '/' + (res.translateX > 0 && res.translateY === 10);
}, 100);
}, 100);

0 comments on commit 7ebd6e6

Please sign in to comment.