chromium/chrome/test/data/extensions/api_test/isolated_world_csp/mv3/javascript_url.js

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

location.href = 'javascript:document.title="New Title";';
chrome.test.notifyPass();