anonymous-wrapper-css-visibility-ref.html 227 B

123456789101112
  1. <!doctype html>
  2. <link rel="match" href="reference/anonymous-wrapper-css-visibility-ref.html" />
  3. <style>
  4. body {
  5. color: transparent;
  6. }
  7. body:after {
  8. color: black;
  9. display: block;
  10. content: "Visible";
  11. }
  12. </style><body>Hidden