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

Unified Diff: content/test/data/frame_tree/top.html

Issue 974723002: OOPIF: Replicate dynamic window.name updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/frame_tree/top.html
diff --git a/content/test/data/frame_tree/top.html b/content/test/data/frame_tree/top.html
index 37cd4462a5a5791ec3cb3da00c814506d28de7bf..8323189e0aafd693debc79757c93df4841755ecc 100644
--- a/content/test/data/frame_tree/top.html
+++ b/content/test/data/frame_tree/top.html
@@ -1,8 +1,6 @@
<html>
<head>
<script>
- window.name = "foo";
alexmos 2015/03/04 01:04:22 I removed this to fix FrameTreeBrowserTest.FrameTr
-
function simulateClick(target) {
var evt = document.createEvent("MouseEvents");
evt.initMouseEvent("click", true, true, window,
« content/renderer/render_frame_impl.cc ('K') | « content/renderer/render_frame_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698