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;
12 var frame = document.getElementById("frame");
13 frame.src = "http://127.0.0.1:" + location.search.substr(1) + "/test4";