summaryrefslogtreecommitdiffstats
path: root/layout/reftests/generated-content/dynamic-button-01b.html
blob: fff73c523fd85ac636adb1441f30db39ae4fd420 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
.test::after {
    content:"::after content";
}
</style>

<button class="test">
  Button contents
</button>