https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1670b2d4abef8c10c3c39ad9a6b1d1f0761e7045 authored by Joshua Bell on 19 March 2018, 22:26:22 UTC
Web Platform Tests: add /interfaces/webaudio.idl and corresponding test
Tip revision: 1670b2d
t422-rgba-onscreen-multiple-boxes-c-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: white; }
  div.test { margin: 1em; line-height: 0; font-family: monospace; }
  div.test span { background: rgb(92, 92, 255); color: rgb(92, 92, 255); }
  div.ref { height: 1em; width: 5em; background: rgb(92, 92, 255); }
</style>
<body>
  <p>These two rectangles should be the same color:</p>
  <div class="test"><span>XXXXX<br/>XXXXX</span></div>
  <div class="ref"></div>
</body>
back to top