Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / permissions / requests-before-load.html
blob5d748dce982af5e0e2d523b73d11e8d276c071a9
1 <!DOCTYPE html>
2 <html>
3 <script>
4 function requestGeolocation() {
5 navigator.geolocation.getCurrentPosition(function(){});
8 requestGeolocation();
9 Notification.requestPermission();
10 </script>
11 <body>
12 </body>
13 </html>