pseudo-elements-ref.html (231B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset=utf-8> 4 <body> 5 <div> 6 The geolocation element should not create any pseudo elements. 7 </div> 8 9 <p>You should not see the word FAIL below.</p> 10 11 <geolocation></geolocation> 12 </body> 13 </html>