https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4b8180a1a71027dfa2a0cceccf37a93a42641155 authored by James Graham on 10 April 2018, 19:13:37 UTC
Add a infrastructure test to ensure that we can set Firefox prefs.
Tip revision: 4b8180a
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