1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/microformats/tests/geo.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<html> 1.5 + <body> 1.6 + <span class="geo" id="01-geo-abbr-latlong" > 1.7 + <abbr class="latitude" title="37.77">Northern</abbr> 1.8 + <abbr class="longitude" title="-122.41">California</abbr> 1.9 + </span> 1.10 + </body> 1.11 +</html>