11 -moz-box-flex-group:
1;
12 -webkit-box-flex-group:
1;
14 background-color: green;
21 -moz-box-flex-group:
2;
22 -webkit-box-flex-group:
2;
24 background-color: red;
32 <p>You should see a
100x100 green square below. If you see any red, the test has failed. This test is checking
33 for box-flex-group support.
</p>
34 <div style=
"width:100px;height:100px;background-color:red">
35 <div class=
"first"></div>
36 <div class=
"second"></div>