1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/layout/reftests/generated-content/dynamic-button-01b.html
T

11 lines
132 B
HTML

<!DOCTYPE html>
<style>
.test::after {
content:"::after content";
}
</style>
<button class="test">
Button contents
</button>