Backed out changeset 555c786396f8 (bug 1852046) as requested. CLOSED TREE
[gecko.git] / layout / reftests / transform-3d / split-intersect1-ref.html
blobc30c35615f9099c10d714cd4b3bb960bdc4b4867
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <meta charset="utf-8">
7 <title>Split intersect 1 ref</title>
9 <style>
10 .container {
11 margin: 0 0;
12 width: 400px;
13 height: 400px;
16 .shape {
17 margin: 0 0;
18 position: absolute;
20 width: 50px;
21 height: 100px;
24 .first {
25 background-color: rgba(255,0,0,1);
26 left: 58px;
29 .second {
30 background-color: rgba(0,255,0,1);
32 </style>
33 </head>
35 <body>
36 <div class="container">
37 <div class="shape first"></div>
38 <div class="shape second"></div>
39 </div>
40 </body>
41 </html>