snap-after-initial-layout-ref.html (239B)
1 <!DOCTYPE html> 2 <title>Reference</title> 3 <style> 4 div { 5 margin: 0; 6 position: absolute; 7 } 8 9 #target { 10 width: 300px; 11 height: 300px; 12 top: 0; 13 left: 200px; 14 background-color: green; 15 } 16 </style> 17 18 <div> 19 <div id="target"></div> 20 </div>