https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 093b9474d12dc945dccdff7cc35ace71b60c9978 authored by moz-wptsync-bot on 13 March 2018, 19:14:12 UTC
Add a WPT test for calc font-variation-settings.
Tip revision: 093b947
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