anchor-name-005-ref.html (260B)
1 <!DOCTYPE html> 2 <style> 3 #green { 4 position: relative; 5 top: 10px; 6 left: 10px; 7 8 width: 100px; 9 height: 100px; 10 background: green; 11 } 12 </style> 13 <body> 14 <p>The test passes if there is only one green square with no red.</p> 15 <div id="green"></div> 16 </body>