Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / transform / invalidate-transform-1-ref.html
blob6121847d705c66cbd893ecf567843cb303352b7e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title></title>
6 </head>
7 <style type="text/css">
8 #green {
9 position: absolute;
10 top: 8px;
11 left: 208px;
12 width: 200px;
13 height: 200px;
14 background-color: green;
15 z-index: 1;
17 </style>
18 <body>
19 <div id="green"></div>
20 </body>
21 </html>