Skip to content

Commit

Permalink
fix(820): update css test
Browse files Browse the repository at this point in the history
  • Loading branch information
skippednote committed Jun 26, 2020
1 parent d88d58e commit 136e156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<div><video class="svelte-xyz" autoplay></video>
<video></video></div>
<div><video class="svelte-xyz" autoplay muted></video>
<video muted></video></div>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div>
<video autoplay></video>
<video></video>
<video autoplay muted></video>
<video muted></video>
</div>

<style>
[autoplay] {
color: red;
}
</style>
</style>

0 comments on commit 136e156

Please sign in to comment.