mask-gradient-translucent-end-color-1-ref.html (353B)
1 <!-- 2 Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ 4 --> 5 <!DOCTYPE html> 6 <html lang="en"> 7 <meta charset="utf-8"> 8 <title>Make sure that gradient masks are painted correctly with translucent end-color</title> 9 10 <style> 11 12 html { 13 background: rgba(255, 0, 0, 0.5); 14 overflow: hidden; 15 } 16 17 </style>