https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1e7d904d39eeb95877e4ae60011ca2ab874d5f7f authored by Anne van Kesteren on 11 May 2018, 06:10:04 UTC
add variants where .close() is called
Tip revision: 1e7d904
t422-rgba-func-whitespace-b-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  body { background: black; }
  p { color: #00FF00; }
</style>
<body>
  <p>This text should be green.</p>
  <p>This text should be green.</p>
  <p>This text should be green.</p>
  <p>This text should be green.</p>
  <p>This text should be green.</p>
  <p>This text should be green.</p>
</body>
back to top