| <title>Masks with composited children</title> |
| <style type="text/css" media="screen"> |
| border: 10px solid black; |
| background-color:rgba(100, 100, 255, 0.8); |
| -webkit-box-sizing: border-box; |
| -webkit-box-shadow: black 0 4px 4px; |
| -webkit-transform: translateZ(0); |
| -webkit-mask-image: url(../resources/alpha-gradient.png); |
| -webkit-mask-repeat: repeat-x; |
| <p>Testing masks on compositing layers. Left and right columns should look the same.</p> |
| <div id="container" class="masked"> |
| <div id="container" class="masked"> |
| <div class="compositing box"></div> |