frac-bar-003-ref.html (446B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>fractions bar (reference)</title> 6 <style type="text/css"> 7 #container { 8 position: absolute; 9 left: 10px; 10 top: 50px; 11 width: 150px; 12 height: 150px; 13 background: green; 14 } 15 </style> 16 </head> 17 <body> 18 <p>This test passes if you see a green square.</p> 19 <div id="container"></div> 20 </body> 21 </html>