https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 49f6b0f4d762600551077bdc05f22899a4289240 authored by Darren Shen on 11 April 2018, 06:22:29 UTC
[css-typed-om] Support remaining svg properties.
Tip revision: 49f6b0f
t422-rgba-clip-outside-device-gamut-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: white; color: black; }
  table { border-spacing: 0 2px; padding: 0; border: none; }
  td { border: none; padding: 0; height: 1.2em; }
</style>
<body>
  <p><strong>WARNING: This test assumes that the device gamut is sRGB
  (as it will be for many CRT monitors).</strong></p>
  <p>Every row in this table should have both columns the same color:</p>
  <table>
    <tr>
      <th style="background:white; color: black">Column 1</th>
      <th style="background:black; color: white">Column 2</th>
    </tr>
    <tr>
      <td colspan='2' style="background: rgb(102, 255, 102)">&nbsp;</td>
    </tr>
    <tr>
      <td colspan='2' style="background: rgb(153, 153, 255)">&nbsp;</td>
    </tr>
    <tr>
      <td colspan='2' style="background: rgb(102, 255, 102)">&nbsp;</td>
    </tr>
    <tr>
      <td colspan='2' style="background: rgb(153, 255, 153)">&nbsp;</td>
    </tr>
	<tr>
      <td colspan='2' style="background: rgb(102, 255, 102)">&nbsp;</td>
    </tr>
    <tr>
      <td colspan='2' style="background: rgb(153, 255, 153)">&nbsp;</td>
    </tr>
	<tr>
      <td colspan='2' style="background: rgb(132, 102, 255)">&nbsp;</td>
    </tr>
    <tr>
      <td colspan='2' style="background: rgb(153, 173, 255)">&nbsp;</td>
    </tr>
  </table>
</body>
back to top