Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / iframe / i.js
blob5ee0366dff7d28e632a2ca2b91c34872cf87891f
1 // Copyright (c) 2012 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 onload = function() {
6   parent.location.href = 'c.html';
7   location.replace('about:blank');
8 };