dynamic-content-ref.html (80B)
1 <!doctype html> 2 <style> 3 div::before { 4 content: "Woof"; 5 } 6 </style> 7 <div></div>