backface-visibility-3-ref.html (279B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type='text/css'> 5 div { 6 position: absolute; 7 display: block; 8 width: 160px; 9 height: 160px; 10 background: red; 11 top:108px; 12 left:308px; 13 } 14 </style> 15 </head> 16 <body> 17 <div></div> 18 </body> 19 </html>