chromium/third_party/blink/web_tests/http/tests/origin_trials/resources/inject-third-party-token-nested.js

let script = document.createElement('script');
script.async = false;
script.src = 'http://localhost:8000/origin_trials/resources/inject-third-party-token.js';
document.head.appendChild(script);