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

Side by Side Diff: LayoutTests/http/tests/security/frameNavigation/resources/popup-ready-to-navigate-child.html

Issue 9963061: Merge 112184 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 8 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 <script> 1 <script>
2 function go() { 2 function go() {
3 window.frames[0].location = "http://127.0.0.1:8000/security/frameNavigation/ resources/fail.html"; 3 window.frames[0].location = "http://127.0.0.1:8000/security/frameNavigation/ resources/fail.html";
4 } 4 }
5 opener.postMessage("ready", "*"); 5 opener.postMessage("ready", "*");
6 </script> 6 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698