chromium/third_party/blink/web_tests/animations/animation-paused-hardware-expected.html

<!doctype html>
<html>
<head>
  <title>Test that paused composited animations do not animate</title>
  <style>
    #box {
      background-color: coral;
      height: 100px;
      width: 100px;
      opacity: 1.0;
    }
  </style>
</head>
<body>
  <div id="box"></div>
  <div id="result">
    Warning this test is running in real-time and may be flaky.<br>
  PASS - "opacity" property for "box" element at 0.2s saw something close to: 1
  </div>
</body>
</html>