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

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: Fix tests and add a test 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";
dcheng 2015/09/29 07:53:25 Incidentally... this test was actually failing whe
Nate Chapin 2015/09/29 21:49:00 How was it failing? There's a DRT mode that will d
dcheng 2015/09/29 21:53:52 I believe this test is attempting to test that thi
4 } 5 }
5 opener.postMessage("ready", "*"); 6 opener.postMessage("ready", "*");
6 </script> 7 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698