Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: LayoutTests/fast/dom/Geolocation/resources/remove-remote-context-in-error-callback-crash-inner.html

Issue 7398018: Merge 90914 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 function init() { 5 function init() {
6 if (window.layoutTestController) 6 if (window.layoutTestController)
7 layoutTestController.setGeolocationPermission(false); 7 layoutTestController.setGeolocationPermission(false);
8 window.parent.onIframeReady() 8 window.parent.onIframeReady()
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body onload="init()"> 12 <body onload="init()">
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698