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 function updateHistory() {
6 history.pushState({}, "", "empty.html");
10 var frame = document.getElementById("frame");
11 frame.src = "http://127.0.0.1:" + location.search.substr(1) + "/test5";