1161752-ref.html (578B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Testcase for bug 1161752</title> 5 <style> 6 div 7 { 8 height: 56px; 9 width: 100px; 10 vertical-align: top; 11 margin-bottom: 50px; 12 } 13 div div 14 { 15 height: 50px; 16 width: 100px; 17 background-color: green; 18 margin-left: 300px; 19 } 20 21 </style> 22 </head> 23 <body> 24 25 <p>Test passes if there are three filled green rectangles and <strong>no red</strong>.</p> 26 27 28 <div><div></div></div> 29 <div><div></div></div> 30 <div><div></div></div> 31 <div><div></div></div> 32 <div><div></div></div> 33 34 </body> 35 </html>