1267937-ref.html (251B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Reference of bug 1267937</title> 6 <style> 7 #target { 8 width: 100px; 9 height: 100px; 10 background: green; 11 margin-left: 200px; 12 } 13 </style> 14 </head> 15 <body> 16 <div id="target"></div> 17 </body> 18 </html>