We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fcfc9 commit 3966607Copy full SHA for 3966607
1 file changed
tests/StylesheetComparisonTest.razor
@@ -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