chromium/third_party/blink/web_tests/fast/canvas/canvas-background-alpha-expected.html

<!doctype html>
<style>
#c {
  width: 300px;
  height: 300px;
  background: rgba(0,0,0,0.2);
}
</style>
<div id='c'></div>