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

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

Issue 1374533002: Null out LocalDOMWindow::m_frame on navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix crash-on-querying-event-path.html Created 5 years, 2 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 var f = window.frames;
2 function go() { 3 function go() {
3 window.frames[0].location = "http://127.0.0.1:8000/security/frameNavigation/ resources/fail.html"; 4 f[0].location = "http://127.0.0.1:8000/security/frameNavigation/resources/fa il.html";
4 } 5 }
5 opener.postMessage("ready", "*"); 6 opener.postMessage("ready", "*");
6 </script> 7 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698