summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/569006-1.html
blob: a6a9a280be625fe262d64e55232f26ca1f6d5b22 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <style>
      body::before { content: inherit; }
    </style>
  </head>
  <body onload="document.body.style.content = '&quot;This text should be visible&quot;';">
  </body>
</html>