summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-6.js
blob: 77da2af2329127e1f022a27d0ce68716d9f43454 (plain)
1
2
3
4
5
6
top.log(
  'external script (#foo found? ' +
  (document.getElementById('foo') ? 'YES' : 'NO' ) +
  ')'
);
top.include6Loaded=true;