1432553-1-ref.html (400B)
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 #parent { 9 position: fixed; 10 top: 0px; 11 left: 300px; 12 width: 200px; 13 height: 200px; 14 15 border: none; 16 background-color: green; 17 } 18 </style> 19 </head> 20 <body> 21 <div id="parent"></div> 22 </body> 23 </html>