4 <meta http-equiv=
"Content-type" content=
"text/html; charset=utf-8">
5 <style type=
"text/css" media=
"screen">
8 -webkit-box-sizing: border-box;
19 border:
1px solid black;
20 -webkit-box-reflect: below
6px;
32 background-color: green;
36 transform: translateZ(
0);
47 background-color: red;
50 <script type=
"text/javascript" charset=
"utf-8">
52 document.getElementById('inner').className = 'inner moved box';
54 window.addEventListener('load', doTest, false);
58 <p>Position of reflected layer should update correctly. You should see no red below.
</p>
59 <div class=
"container">
60 <div id=
"indicator" class=
"box"></div>
61 <div class=
"reflected composited">
62 <div id=
"inner" class=
"inner box">