Skip to content

Commit

Permalink
test: test for inline style in html
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed May 2, 2022
1 parent 4951e7d commit 8e1d6ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/playground/assets/index.html
Expand Up @@ -61,6 +61,19 @@ <h2>CSS url references</h2>
CSS background image-set() (with multiple descriptor)
</span>
</div>
<div
style="
background-image: -webkit-image-set(
'./nested/asset.png' type('image/png') 1x,
'./nested/asset.png' type('image/png') 2x
);
background-size: 10px;
"
>
<span style="background: #fff">
CSS background image-set() (with multiple descriptor)
</span>
</div>
<div class="css-url-relative-at-imported">
<span style="background: #fff"
>CSS background (relative from @imported file in different dir)</span
Expand Down

0 comments on commit 8e1d6ae

Please sign in to comment.