Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / box-shadow / fieldset-ref.html
blob9196d5063604f0445484e6e91ef0c3d9102343ad
1 <!DOCTYPE HTML>
2 <html><head>
3 <meta charset="utf-8">
4 <title>Testcase for bug 485149</title>
5 <style type="text/css">
7 html,body {
8 color:black; background-color:white; font-size:16px; padding:0; margin:0;
12 body {padding:20px;}
14 field {
15 display:block;
16 overflow:hidden;
17 background:yellow;
19 box-shadow:0 0 5px 5px #cccccc;
20 border:1px solid #000000;
21 border-radius:7px;
22 width:200px;
23 height:50px;
24 margin-left:5px;
25 margin-right:2px;
26 padding:10px;
27 border-box;
30 .with-legend {
31 margin-top:8px;
32 height:42px;
35 p { height:40px; margin:0; }
37 #mask1 {
38 position:absolute;
39 left:0;
40 top:0;
41 background:black;
42 z-index:1;
43 width:150px;
44 height:700px;
47 #mask2 {
48 position:absolute;
49 left:170px;
50 top:330px;
51 background:black;
52 z-index:1;
53 width:150px;
54 height:300px;
57 #mask3 {
58 position:absolute;
59 left:0;
60 top:380px;
61 background:black;
62 z-index:1;
63 width:300px;
64 height:300px;
67 </style>
68 </head>
69 <body>
71 <field class="with-legend">
73 </field>
75 <p></p>
76 <field class="with-legend" style="position:relative">
78 </field>
80 <p></p>
81 <field>
83 </field>
85 <p></p>
86 <field class="with-legend" style="border-color:transparent">
88 </field>
90 <div id="mask1"></div>
91 <div id="mask2"></div>
92 <div id="mask3"></div>
94 </body>
95 </html>