We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd141f2 commit 5304463Copy full SHA for 5304463
test/manual/index.html
@@ -36,11 +36,11 @@
36
</div>
37
<div class="test preloaded-css1">
38
<p>Preloaded CSS: Must be green.</p>
39
- <p><button class="preloaded-button1">Pressing this button</button> displays an alert but has no styling effect.</p>
+ <p><button class="preloaded-button1">Pressing this button</button> displays an alert and should turn red.</p>
40
41
<div class="test preloaded-css2">
42
<p>Preloaded inlined CSS: Must be green.</p>
43
- <p><button class="preloaded-button2">Pressing this button</button> displays an alert but has no styling effect.</p>
+ <p><button class="preloaded-button2">Pressing this button</button> displays an alert and should turn red.</p>
44
45
<div class="errors"></div>
46
<script async defer src="/dist/main.js"></script>
0 commit comments