4 <title>Test position of foreground layer when clipping
</title>
5 <style type=
"text/css" media=
"screen">
12 border:
10px solid black;
15 -webkit-box-sizing: border-box;
16 -webkit-box-shadow: black
0 0 10px;
17 background-color:rgba(
255,
255,
255,
0.8);
20 -webkit-transform: translateZ(
0);
25 border:
2px solid black;
30 -webkit-box-sizing: border-box;
31 -webkit-transform: translateZ(
0);
38 background-color: green;
46 background-color: rgba(
200,
100,
100,
1);
53 background-color: rgba(
200,
200,
128,
1);
60 <p>The layering and positions of the boxes should not be affected by oveflow:hidden.
</p>
63 <div class=
"negative child">
69 <div class=
"positive child">
74 <div class=
"box" style=
"overflow: hidden;">
76 <div class=
"negative child">
82 <div class=
"positive child">