trisquel-icecat/icecat/layout/reftests/generated-content/dynamic-content-ref.html

7 lines
80 B
HTML

<!doctype html>
<style>
div::before {
content: "Woof";
}
</style>
<div></div>