1428993-1-ref.html (392B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 5 <meta charset="utf-8"> 6 <title>Retained display list test</title> 7 <style type="text/css"> 8 .container { 9 position: fixed; 10 top: 0px; 11 left: 0px; 12 13 width: 400px; 14 height: 400px; 15 16 background-color: green; 17 } 18 </style> 19 </head> 20 21 <body> 22 <div class="container"> 23 </div> 24 </body> 25 </html>