https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0554ef230eb70798ed2f2d96608b037ee5fefd04 authored by Emilio Cobos Álvarez on 13 April 2018, 22:03:05 UTC
Remove Element.createShadowRoot.
Tip revision: 0554ef2
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