Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / box-shadow / boxshadow-border-radius-int-ref.html
blobe797c61a263fd98500d4d804f90082fda7377eb7
1 <html>
2 <style>
3 #boxShadow {
4 height: 210px;
5 width: 290px;
6 box-shadow: 0px 0px 2px graytext inset;
9 #leftCover {
10 width: 30px;
11 height: 300px;
12 background-color: white;
13 position: absolute;
14 left: 0px;
15 top: 0px;
18 #rightCover {
19 width: 20px;
20 height: 300px;
21 background-color: white;
22 position: absolute;
23 top: 0px;
24 left: 280px;
26 </style>
27 <body>
28 <div id="boxShadow">test</div>
29 <div id="leftCover"></div>
30 <div id="rightCover"></div>
31 </body>