Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / crossProcessFragment / g.js
blobfedd499cbcd55a91a4b2d4fb066c7552778b0146
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 var target = location.href + "#foo";
7 function updateFragment() {
8   location.href = target;
11 onload = function() {
12   var frame = document.getElementById("frame");
13   frame.src = "http://127.0.0.1:" + location.search.substr(1) + "/test4";