961887-3-ref.html (244B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <title>Test container background searching with clipped display items</title> 5 6 <style> 7 8 #box { 9 width: 200px; 10 height: 200px; 11 background-color: lime; 12 } 13 14 </style> 15 16 <div id="box"></div>