https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5da5b1d402f90f0a29ea93a0cc51b304f010622f authored by Fuqiao Xue on 09 April 2018, 14:20:17 UTC
Fix spacing issues
Tip revision: 5da5b1d
transform-generated-002-notref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      span::before {
        display: block;
        content: 'abc';
      }
    </style>
  </head>
  <body>
    <span>def</span>
  </body>
</html>
back to top