Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<style>
.test::after {
content:"::after content";
}
</style>
<button class="test">
Button contents
</button>
<!DOCTYPE html>
<style>
.test::after {
content:"::after content";
}
</style>
<button class="test">
Button contents
</button>