1726663-1-ref.html (307B)
1 <!doctype html> 2 <html> 3 <body> 4 <div style="width:0px; position:fixed"> 5 <div style="position:fixed; width:400px; height:400px; background-color:red"></div> 6 <div style="left: 200px; top: 200px; position:fixed; width:400px; height:400px; background-color:blue"></div> 7 </div> 8 <body> 9 </html>