cb50b0dfe7
BUG=chromium:339474 LOG=Y Review URL: https://codereview.chromium.org/1002263004 Cr-Commit-Position: refs/heads/master@{#27205}
8 lines
240 B
JavaScript
8 lines
240 B
JavaScript
// Copyright 2015 the V8 project authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
$(document).ready(function() {
|
|
$("html").load( "https://localhost" );
|
|
}
|