summaryrefslogtreecommitdiffstats
path: root/layout/reftests/generated-content/dynamic-content-ref.html
blob: 0f8f61262863a1db984a1854898e29f11345977d (plain)
1
2
3
4
5
6
7
<!doctype html>
<style>
div::before {
  content: "Woof";
}
</style>
<div></div>