https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 333fad14e8b4d4668f1010ce17571c254404bcfd authored by Geoffrey Sneddon on 29 March 2018, 04:35:19 UTC
Remove near-empty functions after refactoring config code
Tip revision: 333fad1
t32-opacity-offscreen-b-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
  div { width: 5em; height: 1em; margin: 2px 0; }
  .test { background: rgb(153, 153, 255); }
</style>
<body>
    <p>The following five boxes should be the same color:</p>

    <div class="test"></div>
    <div class="test"></div>
    <div class="test"></div>
    <div class="test"></div>
    <div class="test"></div>
</body>
back to top