4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
10 border:
1px solid black;
11 -webkit-box-reflect: right
10px;
18 background-color: green;
21 -webkit-box-reflect: below
10px;
25 transform: translateZ(
0);
29 -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
32 <script type=
"text/javascript" charset=
"utf-8">
33 if (window.testRunner)
34 testRunner.waitUntilDone();
38 window.setTimeout(function() {
39 document.getElementById('inner').className = 'inner composited masked';
40 if (window.testRunner)
41 testRunner.notifyDone();
44 window.addEventListener('load', doTest, false);
48 <p>The four green squares should all have the mask applied.
</p>
49 <div class=
"outer box composited">
50 <div id=
"inner" class=
"inner composited">