Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <script> | 3 <script> |
| 4 function requestGeolocation() { | 4 function requestGeolocation() { |
| 5 navigator.geolocation.getCurrentPosition(function(){}); | 5 navigator.geolocation.getCurrentPosition(function(){}); |
| 6 } | 6 } |
| 7 | 7 |
| 8 requestGeolocation(); | 8 requestGeolocation(); |
| 9 Notification.requestPermission(); | |
| 10 </script> | 9 </script> |
| 11 <body> | 10 <body> |
| 12 </body> | 11 </body> |
| 13 </html> | 12 </html> |
| OLD | NEW |