test: update snapshot

This commit is contained in:
二货机器人 2023-08-29 21:36:15 +08:00
parent 620e168cfc
commit 64d7ac1bc4

View File

@ -44,11 +44,7 @@ exports[`Watermark MutationObserver should work properly 1`] = `
<div
class="watermark"
style="position: relative;"
>
<div
style="z-index: 9; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background-repeat: repeat; background-position: 0px 0px; background-image: url('data:image/png;base64,00'); background-size: 229px;"
/>
</div>
/>
</div>
`;
@ -59,7 +55,7 @@ exports[`Watermark Observe the modification of style 1`] = `
style="position: relative;"
>
<div
style="z-index: 9; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background-repeat: repeat; background-position: -250px -250px; background-image: url('data:image/png;base64,00'); background-size: 229px;"
style=""
/>
</div>
</div>