blob: 49b79ac5d25b7086456d8463c12112e51fcff2f2 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
var div = document.createElement('div');
div.id = 'injected_2';
document.body.appendChild(div);