Skip to content

Commit 3966607

Browse files
committed
stylesheet test
1 parent 10fcfc9 commit 3966607

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@inherits RazorComponentTest
2+
3+
<Fact DisplayName="Stylesheet comparison should be possible">
4+
<TestSetup>
5+
<style>
6+
p { color: red; }
7+
</style>
8+
</TestSetup>
9+
<ExpectedHtml>
10+
<style>p { color: red; }</style>
11+
</ExpectedHtml>
12+
</Fact>

0 commit comments

Comments
 (0)