chromium/third_party/blink/web_tests/virtual/wide-gamut/wide-gamut-text-border-background-color-expected.html

<!DOCTYPE HTML>
<html>
<head>
    <title>Wide Gamut Color Rendering</title>
    <link rel="author" title="Aaron Krajeski">
    <style type="text/css">
      div {
        height: 230px;
        width: 520px;
        background-color: color(display-p3 0.118 0.966 0.702);
      }
    </style>
</head>
<body>
  <div></div>
</body>