chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-6.js

top.log(
  'external script (#foo found? ' +
  (document.getElementById('foo') ? 'YES' : 'NO' ) +
  ')'
);
top.include6Loaded=true;